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

Add Python 3.12 support #284

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Add Python 3.12 support #284

merged 1 commit into from
Jan 8, 2024

Conversation

pfouque
Copy link

@pfouque pfouque commented Nov 23, 2023

Just adding the last version of Python 3.12 to the test matrix and package classifier

Extracted from #283, this PR depends on yourlabs/django-dbdiff#21

@marianoeramirez marianoeramirez merged commit 11daf63 into yourlabs:master Jan 8, 2024
@pfouque pfouque deleted the py312 branch January 9, 2024 06:24
@@ -25,7 +29,8 @@ deps =
deps =
# sphinx
Sphinx==4.2.0
django-dbdiff
; django-dbdiff
git+https://github.com/pfouque/django-dbdiff.git@fix312#egg=django-dbdiff
Copy link
Author

Choose a reason for hiding this comment

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

@marianoeramirez you're now hooked to my fork of django-dbdiff ... :/

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, but we will have to wait a long time before them review and integrate the PR. Once that happen I will update the project.

Copy link
Author

Choose a reason for hiding this comment

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

Ok, I'm fine with that, I wanted to be sure you noticed! ;)

In the meantime, I started a branch to remove this dependency,
and use load_fixtures/dump_fixtures instead + a backport of the assertNoDiff statement
It was promising, and only the command was missing tests.

Do you want me to publish the draft?

Copy link
Author

Choose a reason for hiding this comment

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

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