Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.13 support #77

Merged
merged 4 commits into from
Oct 3, 2024
Merged

Conversation

dancergraham
Copy link
Collaborator

This pull request makes several updates to the .github/workflows/build.yml file to support Python 3.13 and allow pre-release versions. Additionally, it updates setup.py to include Python 3.13 in the list of supported versions.

Workflow Updates:

  • Added Python 3.13 to the python-version matrix for Ubuntu, Windows, and macOS builds in .github/workflows/build.yml. [1] [2] [3] [4]
  • Enabled allow-prereleases for Python setup in .github/workflows/build.yml. [1] [2] [3] [4]
  • Updated CIBW_PROJECT_REQUIRES_PYTHON to >=3.8, <3.14 in .github/workflows/build.yml. [1] [2] [3]
  • Added conda-forge/label/python_rc channel to conda setup in .github/workflows/build.yml.

Setup.py Update:

  • Added Python 3.13 to the list of supported versions in setup.py.

@dancergraham dancergraham merged commit 218af79 into davidcaron:master Oct 3, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant