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

Add Python 3.13 support #996

Open
bkeryan opened this issue Oct 16, 2024 · 0 comments
Open

Add Python 3.13 support #996

bkeryan opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request triage New issue that needs to be reviewed

Comments

@bkeryan
Copy link
Collaborator

bkeryan commented Oct 16, 2024

Problem to Solve

Provide official support for Python 3.13.

Proposed Solution

  • Add Python 3.13 to measlinkbot
  • Update the version ranges in pyproject.toml to do the right thing with Python 3.13. Some of them have the same bug as nidaqmx doesn't support Python 3.13+ nidaqmx-python#644 where we declare that the dependency is only required for Python <3.13.
  • Update the GitHub workflows to test with 3.13.
  • Fix any test failures or warnings.

AB#2906785

@bkeryan bkeryan added enhancement New feature or request triage New issue that needs to be reviewed labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage New issue that needs to be reviewed
Projects
None yet
Development

No branches or pull requests

1 participant