Skip to content

Comments

Suppor current Python version by dropping djangorestframework-mvt dependency#30

Open
dbIgel wants to merge 3 commits intorl-institut:mainfrom
dbIgel:feature/28-python313-support
Open

Suppor current Python version by dropping djangorestframework-mvt dependency#30
dbIgel wants to merge 3 commits intorl-institut:mainfrom
dbIgel:feature/28-python313-support

Conversation

@dbIgel
Copy link

@dbIgel dbIgel commented Oct 8, 2025

Fix #28

  • Bumped django to oldest still supported version (4.2)
  • Removed djangorestframework-mvt as it and its dependencies depend on older python versions
    • Removed api get parameter docs
    • Incorporated BinaryRenderer stub
  • Added python cache files to .gitignore
  • Should now support Python >= 3.12

Although the tests weren't working and thus the application can't be tested (at the moment, see #29), this should be the smallest needed changes (still to be thoroughly tested ;)) to support newer Python versions.

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.

Support for Python >= 3.12

1 participant