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

Remove support for Python 3.7 and test 3.12 #76

Merged
merged 3 commits into from
Aug 16, 2024
Merged

Remove support for Python 3.7 and test 3.12 #76

merged 3 commits into from
Aug 16, 2024

Conversation

JokeWaumans
Copy link
Contributor

No description provided.

@JasperCraeghs JasperCraeghs changed the title Remove Python version 3.7 and add 3.12 Remove support for Python 3.7 and test 3.12 Aug 16, 2024
@JasperCraeghs
Copy link
Member

Please add python_requires='>=3.8', to the setup.py so that it is not installable with Python 3.7. If we use the new walrus operator, Python 3.7 would raise a syntax error.

@JokeWaumans
Copy link
Contributor Author

Please add python_requires='>=3.8', to the setup.py so that it is not installable with Python 3.7. If we use the new walrus operator, Python 3.7 would raise a syntax error.

Resolved in a3a56c8

@JasperCraeghs JasperCraeghs self-assigned this Aug 16, 2024
@JasperCraeghs JasperCraeghs merged commit 1b54c6f into master Aug 16, 2024
6 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.

2 participants