We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab45935 commit adfad4aCopy full SHA for adfad4a
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- python-version: [3.7,3.8,'3.10.8']
+ python-version: [3.7,3.8,3.11]
14
15
steps:
16
0 commit comments