We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fe717 commit 3b6bc32Copy full SHA for 3b6bc32
.github/workflows/pythonpackage.yml
@@ -29,7 +29,7 @@ jobs:
29
# Run on all available platforms
30
os: [ ubuntu-latest, windows-latest, macos-latest ]
31
# Run in all versions of python
32
- python-version: [ '2.x', '3.x', 'pypy-2.7', 'pypy-3.8' ]
+ python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', 'pypy-2.7', 'pypy-3.8']
33
34
steps:
35
# Checkout the latest code from the repo
0 commit comments