Skip to content

Commit

Permalink
Post-review updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-ro committed Dec 4, 2023
1 parent 43e8eb9 commit b827158
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10", 3.11]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ def get_package_data(package):
"Intended Audience :: Developers",
"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",
"Topic :: Internet :: WWW/HTTP",
],
)
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist =
py39-lint
py311-lint
py{39,310,311}-django{32,42}

[gh-actions]
Expand All @@ -22,7 +22,7 @@ deps =
-rrequirements/requirements-base.txt
-rrequirements/requirements-testing.txt

[testenv:py39-lint]
[testenv:py311-lint]
commands = python runtests.py --lintonly
deps =
-rrequirements/requirements-codestyle.txt
Expand Down

0 comments on commit b827158

Please sign in to comment.