Skip to content

Commit e434f79

Browse files
author
Phil Cummins
committed
testing different python versions
1 parent 3f90361 commit e434f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
max-parallel: 1 # tests interfere with each other if run in parallel
3434
matrix:
3535
# order matters - this setup minimizes the interference between jobs
36-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
36+
python-version: [3.8, 3.9]
3737
os: [ubuntu-latest, windows-latest, macOS-latest]
3838
steps:
3939
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)