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

feanil/fix 3.12 tests #87

Closed
wants to merge 3 commits into from
Closed

feanil/fix 3.12 tests #87

wants to merge 3 commits into from

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Mar 12, 2024

  • chore: Run make upgrade
  • build: Make it so that the requirements are 3.8 and 3.12 compatible.
  • chore: Run make upgrade

The backports.zoneinfo package is not needed after python 3.8 so if we
run `make upgrade` with python 3.12 it doesn't get added but it is still
needed for Python 3.8 testing.  So we explicitly add it to `base.in`
with an environment marker so that it gets added for 3.8 but not 3.12 at
install time and we have requirements that are forward compatible.

We put the restriction in test.in because putting it in base.in causes
issues with how we pull that requirement via the `load_requirements`
function in setup.py
@feanil
Copy link
Contributor Author

feanil commented Mar 12, 2024

Closing this one, I think #88 is a better option.

@feanil feanil closed this Mar 12, 2024
@feanil feanil deleted the feanil/fix_3.12_tests branch March 12, 2024 19:15
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.

1 participant