Skip to content

Commit

Permalink
Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 committed Oct 8, 2024
1 parent 8e2036d commit 4b7fa20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
# https://github.com/actions/setup-python/blob/v4.7.1/src/find-python.ts#L162-L166
- "3.13-dev"
- "3.13"
# https://github.com/actions/setup-python/blob/v4.8.0/src/find-python.ts#L162-L166
# - "3.14-dev"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
],
)

0 comments on commit 4b7fa20

Please sign in to comment.