diff --git a/README.rst b/README.rst index ee8d9ac..ad0cde7 100644 --- a/README.rst +++ b/README.rst @@ -119,7 +119,7 @@ See `the documentation`_ for more information. :target: https://github.com/python-formate/formate/commit/master :alt: GitHub last commit -.. |maintained| image:: https://img.shields.io/maintenance/yes/2024 +.. |maintained| image:: https://img.shields.io/maintenance/yes/2025 :alt: Maintenance .. |pypi-downloads| image:: https://img.shields.io/pypi/dm/formate diff --git a/doc-source/index.rst b/doc-source/index.rst index e4af7f4..60ef9c5 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -119,7 +119,7 @@ formate :last-commit: :alt: GitHub last commit - .. |maintained| maintained-shield:: 2024 + .. |maintained| maintained-shield:: 2025 :alt: Maintenance .. |pypi-downloads| pypi-shield:: diff --git a/tox.ini b/tox.ini index a221395..31cc019 100644 --- a/tox.ini +++ b/tox.ini @@ -252,11 +252,13 @@ filterwarnings = always:ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning [testenv:py312-click{7,8.0,8.1}] +download = True setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 [testenv:py313-dev-click{7,8.0,8.1}] +download = True setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1