Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Add Django 4.1 support #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

adamchainz
Copy link

No description provided.

envlist =
clean
py37-django{22,32}
py{38,39,310}-django{22,32,40,41}
Copy link
Author

Choose a reason for hiding this comment

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

the previous config was missing py for these versions - it would just generate e.g. 38-django22, which I think doesn't affect the Python version. So my guess is your tests have not been running with different Python versions for these environments.

Comment on lines +34 to +38
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
Copy link
Author

Choose a reason for hiding this comment

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

adding classifiers helps advertise which versions the package is tested on

@adamchainz
Copy link
Author

I alos hit the error in #12 when actually trying to run the affected project on Django 4.1.

Anyway will look at dropping django-pgconnection.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant