Skip to content

Commit 0976054

Browse files
committed
Update python versions in install tests
1 parent c39d9e4 commit 0976054

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
python_version:
23-
- "3.6"
24-
- "3.7"
2523
- "3.8"
2624
- "3.9"
2725
- "3.10"
2826
- "3.11"
27+
- "3.12"
28+
- "3.13"
2929
- "pypy-3.7"
3030
- "pypy-3.8"
3131
- "pypy-3.9"

0 commit comments

Comments
 (0)