Skip to content

Commit

Permalink
Test with Python 3.12 and 3.13-dev (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored Oct 7, 2024
1 parent bde9544 commit 8e2036d
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 @@ -19,8 +19,9 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
# https://github.com/actions/setup-python/blob/v3.0.0/src/find-python.ts#L112-L120
- "3.12-dev"
- "3.12"
# https://github.com/actions/setup-python/blob/v4.7.1/src/find-python.ts#L162-L166
- "3.13-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 @@ -44,5 +44,6 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)

0 comments on commit 8e2036d

Please sign in to comment.