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 efe5c86 commit 5446709Copy full SHA for 5446709
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
# Not all Python versions are avalaible for linux AND x64
13
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
14
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
15
fail-fast: false
16
17
steps:
0 commit comments