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.12 to CI #384

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Add Python 3.12 to CI #384

merged 2 commits into from
Apr 18, 2024

Conversation

imjoehaines
Copy link
Contributor

No description provided.

@@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install coveralls 'tox<4.0.0' tox-factor
python -m pip install coveralls 'tox<4.0.0' tox-factor setuptools
Copy link
Contributor Author

Choose a reason for hiding this comment

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

setuptools used to be automatically installed in virtual environments but this was removed in Python 3.12 (python/cpython#95299)

tox.ini Outdated Show resolved Hide resolved
@imjoehaines imjoehaines merged commit 058091a into next Apr 18, 2024
38 checks passed
@imjoehaines imjoehaines deleted the python-3.12 branch April 18, 2024 14:55
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