Merge pull request #650 from akx/drop-py38

Drop support for Python 3.8
This commit is contained in:
Brian Kohan 2025-08-22 09:46:53 -07:00 committed by GitHub
commit f38b005ee7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 7 deletions

View File

@ -27,7 +27,6 @@ jobs:
fail-fast: true
matrix:
include:
- python-version: "3.8"
- python-version: "3.9"
- python-version: "3.10"
- python-version: "3.11"

View File

@ -10,6 +10,7 @@ maintainer_email = tribaal@ubuntu.com
url = https://github.com/jazzband/django-polymorphic
download_url = https://github.com/jazzband/django-polymorphic/tarball/master
keywords = django, polymorphic
python_requires = >=3.9
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
@ -26,7 +27,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

View File

@ -1,9 +1,9 @@
[tox]
envlist =
py{38,39,310}-django{32}
py{38,39,310}-django{40}
py{38,39,310,311}-django{41}
py{38,39,310,311,312}-django{42}
py{39,310}-django{32}
py{39,310}-django{40}
py{39,310,311}-django{41}
py{39,310,311,312}-django{42}
py{310,311,312}-django{50}
py{310,311,312,313}-django{51}
py{310,311,312,313}-django{52}
@ -42,7 +42,6 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311