We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e4ee6 commit 9fd1bb8Copy full SHA for 9fd1bb8
.github/workflows/python-package.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
+ python-version: [3.9, '3.10', '3.11', '3.12']
23
24
steps:
25
- uses: actions/checkout@v2
0 commit comments