Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/install-lint-test-on-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
python-version: # github.com/actions/python-versions/releases
- 3.12
# - 3.13.0-beta.4
# - 3.13

steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-lint-test-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
python-version: # github.com/actions/python-versions/releases
- 3.12
# - 3.13.0-beta.4
# - 3.13

steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-lint-test-on-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
python-version: # github.com/actions/python-versions/releases
- 3.12
- 3.13.0-beta.4
- 3.13

steps:
- name: Checkout Repo
Expand Down