Skip to content

Commit b1df19a

Browse files
authored
Enable python 3.11 support, and remove 3.6 support. (#256)
* Update CI to use 3.11 Fixes #255
1 parent 2f0767b commit b1df19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
platform: [ubuntu-latest, windows-latest]
43-
python-version: [3.7, 3.8, 3.9, "3.10"]
43+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
4444
runs-on: ${{ matrix.platform }}
4545

4646
steps:

0 commit comments

Comments
 (0)