mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update python and django versions
This commit is contained in:
parent
347fa02eac
commit
ed998c6f9c
2 changed files with 6 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -6,10 +6,13 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
||||
django-version: ['3.2', '4.0', '4.1']
|
||||
django-version: ['3.2', '4.1', '4.2']
|
||||
include:
|
||||
- python-version: 3.7
|
||||
django-version: 3.2
|
||||
exclude:
|
||||
- python-version: 3.11
|
||||
django-version: 3.2
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -19,14 +19,15 @@ classifiers=[
|
|||
"Framework :: Django :: 3.2",
|
||||
"Framework :: Django :: 4.0",
|
||||
"Framework :: Django :: 4.1",
|
||||
"Framework :: Django :: 4.2",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
]
|
||||
dynamic = ["version", "dependencies"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue