Skip to content

Commit a8d1655

Browse files
committed
Updated action to include recent Python versions
1 parent 8e2510c commit a8d1655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
12-
python-version: ["3.12"]
12+
python-version: ["3.12", "3.13"]
1313

1414
steps:
1515
- name: Checkout source

0 commit comments

Comments
 (0)