Skip to content

Commit

Permalink
feat: Add 3.11 testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Mar 29, 2024
1 parent 085151c commit 244c158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8', '3.12']
python-version: ['3.8', '3.11', '3.12']
toxenv: [docs, quality, django42]

steps:
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38, 312}-django{42}, docs, quality
envlist = py{38, 311, 312}-django{42}, docs, quality

[doc8]
ignore = D000, D001
Expand Down Expand Up @@ -37,10 +37,7 @@ norecursedirs = .* docs requirements

[testenv]
deps =
<<<<<<< HEAD
setuptools
=======
>>>>>>> fd3417d (build: adding python 312 support.)
django42: Django>=4.2,<4.3
-r{toxinidir}/requirements/test.txt
commands =
Expand Down

0 comments on commit 244c158

Please sign in to comment.