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 to the test matrix #356

Merged
merged 5 commits into from
Nov 4, 2024
Merged

Add Python 3.13 to the test matrix #356

merged 5 commits into from
Nov 4, 2024

Conversation

bmerry
Copy link
Contributor

@bmerry bmerry commented Nov 4, 2024

This got slightly complicated because numba (used by some tests if installed) is not available for 3.13 yet.

This doesn't attempt to support or test the free-threaded build of 3.13.

requirements-readthedocs.in includes requirements-3.12.txt.
It's warning that this will become the default soon, and passing it
silences the warning. It doesn't actually have an effect.
For some reason on Github Actions (but not my machine) it's causing the
dependency on requirements-3.12.txt to be turned into an absolute path,
which breaks the lint check.
@bmerry bmerry requested a review from james-smith-za November 4, 2024 06:35
@@ -2,104 +2,42 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements-readthedocs.txt requirements-readthedocs.in
# pip-compile --no-annotate --output-file=requirements-readthedocs.txt --strip-extras requirements-readthedocs.in
Copy link
Contributor

Choose a reason for hiding this comment

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

Interesting. It makes for a cleaner file but I kind of like knowing why all the things are in the requirements file.

I guess it's easy enough for the interested reader to generate themselves though.

requirements.in Show resolved Hide resolved
@bmerry bmerry merged commit 22791a6 into master Nov 4, 2024
78 checks passed
@bmerry bmerry deleted the test-py3.13 branch November 4, 2024 11:24
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.

2 participants