We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad0201 commit 910b6daCopy full SHA for 910b6da
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- python: [3.7, 3.8, 3.9, '3.10', '3.11']
+ python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
12
# include:
13
# - python: "3.11.0-rc.1"
14
# experimental: true
0 commit comments