Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@myers
Copy link

@myers myers commented Aug 12, 2025

  • Update Python versions from 3.6-3.9 to 3.10-3.13 (aligned with current support)
  • Update Django test matrix to 4.2 LTS and 5.2 LTS (dropping EOL versions)
  • Remove tox-factor dependency (incompatible with modern tox)
  • Fix Django URLs configuration for modern Django compatibility
  • Update GitHub Actions to use newer action versions (v4)
  • Fix manage.py to use modern importlib.util.find_spec()
  • Add pre-commit configuration with ruff and standard hooks

This ensures compatibility with currently supported Python, Django, and PostgreSQL versions while maintaining clean code standards.

Based on research:

  • Python 3.9 ends support October 2025 (only 2 months left)
  • Django 4.2 LTS supported until April 2026
  • Django 5.2 LTS supported until April 2028
  • PostgreSQL 13+ supported through 2025+

…ions

- Update Python versions from 3.6-3.9 to 3.10-3.13 (aligned with current support)
- Update Django test matrix to 4.2 LTS and 5.2 LTS (dropping EOL versions)
- Remove tox-factor dependency (incompatible with modern tox)
- Fix Django URLs configuration for modern Django compatibility
- Update GitHub Actions to use newer action versions (v4)
- Fix manage.py to use modern importlib.util.find_spec()
- Add pre-commit configuration with ruff and standard hooks

This ensures compatibility with currently supported Python, Django, and PostgreSQL versions while maintaining clean code standards.

Based on research:
- Python 3.9 ends support October 2025 (only 2 months left)
- Django 4.2 LTS supported until April 2026
- Django 5.2 LTS supported until April 2028
- PostgreSQL 13+ supported through 2025+

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@jtrain
Copy link

jtrain commented Aug 13, 2025

Thanks. These changes look inoffensive to me. I'll try them out locally and see if we can get a new release going for them.

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