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

Support Python 3.12 and drop Python 3.8 #256

Merged
merged 20 commits into from
May 27, 2024
Merged

Conversation

benvanwerkhoven
Copy link
Collaborator

The current pyproject.toml locked our Python version to less then 3.12. This pull should add support for Python 3.12 and also enables the CI to test against 3.12.

@benvanwerkhoven
Copy link
Collaborator Author

I spent four hours trying to fix this and not a single step closer. I'm getting really annoyed with poetry.

@benvanwerkhoven benvanwerkhoven changed the title Support Python 3.12 Support Python 3.12 and drop Python 3.8 May 13, 2024
@benvanwerkhoven
Copy link
Collaborator Author

It seems we can only support Python 3.12 by dropping support for Python 3.8, because the requirements export functionality in Poetry can't work with disjunctive sets of dependencies for different Python versions. As such, this pull request is now also about dropping Python 3.8, which might require more changes to the code.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@fjwillemsen
Copy link
Collaborator

fjwillemsen commented May 24, 2024

@benvanwerkhoven this PR is now ready to be merged.

@benvanwerkhoven
Copy link
Collaborator Author

Tested locally and on the DAS, it works! Thanks!

@benvanwerkhoven benvanwerkhoven merged commit 7208227 into master May 27, 2024
3 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