Skip to content

Commit a60f834

Browse files
authored
Update tests.yml
1 parent 0761d87 commit a60f834

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["2.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
exclude:
1919
- os: windows-latest
2020
python-version: "2.7"
21-
- os: ubuntu-latest
22-
python-version: "3.6"
2321
fail-fast: false
2422

2523
steps:

0 commit comments

Comments
 (0)