Skip to content

Commit 5bc1945

Browse files
committed
Test supported Python versions
1 parent 3ed05a3 commit 5bc1945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testnox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.13.0-alpha - 3.13.0"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- name: Check out
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)