Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Test with Python 3.12 and 3.13-dev #97

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.13.0 alpha 1: Tuesday, 2023-10-17

https://peps.python.org/pep-0719/


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',
],
)
Loading