Skip to content

Commit

Permalink
Bring back the Python 3.11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Feb 12, 2025
1 parent c7adb11 commit aaf398a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.12"
requires-python = ">=3.11"
dependencies = [
]

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py3{13,12}
py3{13,12,11}
black
ruff
tests
Expand Down

0 comments on commit aaf398a

Please sign in to comment.