Skip to content

Commit

Permalink
Fix tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Apr 12, 2024
1 parent ef00eef commit 40b05f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
url="https://github.com/jieter/django-tables2/",
packages=find_packages(exclude=["tests.*", "tests", "example.*", "example", "docs"]),
include_package_data=True, # declarations in MANIFEST.in
install_requires=["Django>=4.1"],
install_requires=["Django>=4.2"],
extras_require={"tablib": ["tablib"]},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
args_are_paths = false
envlist =
py38-{4.2,5.0},
py39-{4.2,5.0,master},
py38-{4.2},
py39-{4.2},
py310{4.2,5.0,master},
py311{4.2,5.0,master},
py312{5.0,master},
Expand Down

0 comments on commit 40b05f0

Please sign in to comment.