We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b8385 commit a102454Copy full SHA for a102454
.github/workflows/python_testing.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
- python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
+ python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
14
15
steps:
16
- uses: actions/checkout@v2
0 commit comments