Skip to content

Commit

Permalink
Merge pull request #352 from aitomatic/py-3.13
Browse files Browse the repository at this point in the history
enable Python 3.13
  • Loading branch information
TheVinhLuong102 authored Oct 9, 2024
2 parents c4a3e4a + c563863 commit f0b50fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit f0b50fa

Please sign in to comment.