Skip to content

Commit 489a679

Browse files
authored
Expand Python versions in CI workflow
1 parent 7f57221 commit 489a679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
1919
jdk: [8, 17, 19]
20-
python-version: ["3.9", "3.11"]
20+
python-version: ["3.9", "3.11","3.12","3.13","3.14","3.15"]
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)