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 3f90361 commit e434f79Copy full SHA for e434f79
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
max-parallel: 1 # tests interfere with each other if run in parallel
34
matrix:
35
# order matters - this setup minimizes the interference between jobs
36
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
+ python-version: [3.8, 3.9]
37
os: [ubuntu-latest, windows-latest, macOS-latest]
38
steps:
39
- uses: actions/checkout@v1
0 commit comments