Skip to content

Commit

Permalink
Merge pull request #113 from randovania/feature/py-versions
Browse files Browse the repository at this point in the history
Use Python 3.12 and 3.13 in CI
  • Loading branch information
Miepee authored Oct 11, 2024
2 parents dd69939 + c34f4b5 commit c681738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
python:
- {version: '3.10', wheel: 'cp310-cp310'}
- {version: '3.11', wheel: 'cp311-cp311'}
- {version: '3.12', wheel: 'cp312-cp312'}
- {version: '3.13', wheel: 'cp313-cp313'}

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.10"
dynamic = ["version"]
Expand Down

0 comments on commit c681738

Please sign in to comment.