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

Commit 195e353

Browse files
committed
matches python versions to those in noxfile.py
1 parent a700350 commit 195e353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
12+
python: ['3.9', '3.11', '3.12', '3.13']
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)