diff --git a/README.md b/README.md index 0739ee7..ce20f6b 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,10 @@ Or from requirements.txt: Note: -* pyLast 5.1+ supports Python 3.7-3.11. -* pyLast 5.0+ supports Python 3.7-3.10. -* pyLast 4.3+ supports Python 3.6-3.10. +* pyLast 5.2+ supports Python 3.7-3.12. +* pyLast 5.1 supports Python 3.7-3.11. +* pyLast 5.0 supports Python 3.7-3.10. +* pyLast 4.3 - 4.5 supports Python 3.6-3.10. * pyLast 4.0 - 4.2 supports Python 3.6-3.9. * pyLast 3.2 - 3.3 supports Python 3.5-3.8. * pyLast 3.0 - 3.1 supports Python 3.5-3.7. diff --git a/pyproject.toml b/pyproject.toml index 141679e..fc658ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet", diff --git a/tox.ini b/tox.ini index 7c01999..641e732 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ requires = tox>=4.2 env_list = lint - py{py3, 311, 310, 39, 38, 37} + py{py3, 312, 311, 310, 39, 38, 37} [testenv] extras =