Skip to content

Commit

Permalink
Updates in the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszn committed Aug 1, 2023
1 parent 8f5204d commit 80279a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
django-version: [2.2.20, 3.2.12, 4.0.2]
drf-version: [3.13.1]
include:
- python-version: "3.10"
django-version: 4.1.2
drf-version: 3.14.0
variant: default
- python-version: "3.10"
django-version: 4.0.2
drf-version: 3.13.1
variant: default
- python-version: 3.9
django-version: 3.2.12
drf-version: 3.12.4
variant: default
- python-version: 3.9
django-version: 3.2.12
drf-version: 3.13.1
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ def find_wq_packages(submodule):
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -90,6 +87,7 @@ def find_wq_packages(submodule):
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Text Processing :: Markup :: HTML',
'Topic :: Scientific/Engineering :: GIS',
Expand Down

0 comments on commit 80279a0

Please sign in to comment.