Skip to content

Commit

Permalink
Merge pull request #375 from aitomatic/deps/py3.13
Browse files Browse the repository at this point in the history
enable Python 3.13 testing on Mac & Ubuntu
  • Loading branch information
TheVinhLuong102 authored Nov 27, 2024
2 parents d4f19a5 + 3e0605e commit 8499034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
- 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
- 3.13

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 8499034

Please sign in to comment.