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 upper python version limit and add Windows CI/CD #328

Merged
merged 22 commits into from
Dec 19, 2024

Conversation

johntruckenbrodt
Copy link
Owner

@johntruckenbrodt johntruckenbrodt commented Dec 18, 2024

Since version 0.25.0 (via PR #293) the Python version was limited to python>=3.6,<3.11 due to an error with sqlalchemy-utils.
The upper limit is now removed and a GitHub Action for Windows testing is added to make sure everything works fine.
Likely the previous error originated from the way PostgreSQL was installed on Windows. This cannot be reproduced in the GitHub Action and it is thus assumed that everything works fine as long as PostgreSQL is installed properly. See above PR for details.

@coveralls
Copy link

coveralls commented Dec 18, 2024

Pull Request Test Coverage Report for Build 12396903239

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 52.922%

Totals Coverage Status
Change from base Build 12238178411: 0.0%
Covered Lines: 3740
Relevant Lines: 7067

💛 - Coveralls

@johntruckenbrodt johntruckenbrodt changed the title remove upper python version limit remove upper python version limit and add Windows CI/CD Dec 19, 2024
@johntruckenbrodt johntruckenbrodt merged commit 1421996 into main Dec 19, 2024
5 checks passed
@johntruckenbrodt johntruckenbrodt deleted the bugfix/python-version branch December 19, 2024 14:06
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