Skip to content

Commit

Permalink
feat: python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Jul 19, 2023
1 parent 037fa2d commit 5cac5a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- 3.8
- 3.9
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
"Environment :: Web Environment",
"Intended Audience :: Developers",
Expand All @@ -34,7 +35,7 @@ pytest-django = "^4.5.2"
tox = "^4.5.2"

[tool.black]
target-version = ["py37", "py38", "py39", "py310"]
target-version = ["py37", "py38", "py39", "py310", "py311"]

[tool.ruff]
fix = true
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
isolated_build = true
envlist =
python{37,38,39,310}-django{32,41,42}
python{37,38,39,310,311}-django{32,41,42}

[testenv]
skip_install = true
Expand Down

0 comments on commit 5cac5a7

Please sign in to comment.