Skip to content

Commit b7ce501

Browse files
committed
Remove python 3.5 and 3.6 from testing, add 3.9, 3.10
1 parent e153987 commit b7ce501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
1313
python:
14-
- "3.5"
15-
- "3.6"
1614
- "3.7"
1715
- "3.8"
16+
- "3.9"
17+
- "3.10"
1818
defaults:
1919
run:
2020
shell: bash

0 commit comments

Comments
 (0)