Skip to content

Commit 29c530a

Browse files
authored
Exclude 3.7 from ubuntu-latest and add 3.12 and 3.13 (#57)
* Exclude 3.7 from ubuntu-latest * Add python 3.12 and 3.13
1 parent c3e0c3f commit 29c530a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, ubuntu-20.04]
15-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616
exclude:
1717
- os: ubuntu-latest
1818
python-version: 3.6
19+
- os: ubuntu-latest
20+
python-version: 3.7
1921

2022
steps:
2123
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)