Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 0534447

Browse files
committed
Run CI tests on multiple later python versions
1 parent d8992ae commit 0534447

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.9]
13+
python-version:
14+
- "3.10"
15+
- "3.11"
16+
- "3.12"
17+
- "3.13"
18+
- "3.14"
1419

1520
steps:
1621
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)