Skip to content

Commit

Permalink
Python 3.12 testing and support (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrdcm authored May 19, 2024
1 parent ae06133 commit 2b1d106
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
django-version: "5.0.*"
coverage: true

- python-version: "3.12"
django-version: "4.2.*"
- python-version: "3.12"
django-version: "5.0.*"

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 100
target-version = ['py36', 'py38', 'py39', 'py310', 'py311']
target-version = ['py36', 'py38', 'py39', 'py310', 'py311', 'py312']
exclude = '(\.eggs|\.git|\.mypy_cache|\.venv|venv|env|_build|build|build|dist|eggs)'

[tool.isort]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def get_package_data(package):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Utilities",
],
)

0 comments on commit 2b1d106

Please sign in to comment.