Skip to content

Commit f7fa9c1

Browse files
committed
fix: remove invalid Python versions from test workflow
1 parent 8094c34 commit f7fa9c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest, macos-latest, windows-latest ]
15-
python-version: ["3.11", "3.12", "3.13"]
15+
python-version: ["3.11", "3.12.0-rc.3"]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python

0 commit comments

Comments
 (0)