We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41ab8d commit 5ffbde2Copy full SHA for 5ffbde2
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
strategy:
41
matrix:
42
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
43
44
steps:
45
0 commit comments