Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
'3.11',
'3.12',
'3.13',
'3.14',
'pypy3.9',
'pypy3.10',
]
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in our documentation_.

**routingpy** is tested against:

- CPython versions 3.9, 3.10, 3.11, 3.12 and 3.13,
- CPython versions 3.9, 3.10, 3.11, 3.12, 3.13 and 3.14,
- PyPy3 versions 3.9 and 3.10.

© routingpy contributors 2022 under the `Apache 2.0 License`_.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down
3 changes: 2 additions & 1 deletion routingpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
more info, please look at our `README`_).
Take a look at our `Examples`_ to see how simple you can compare routes from different providers.

**routingpy** is tested against CPython 3.9, 3.10, 3.11, 3.12 and 3.13 and PyPy3 version 3.9 and 3.10.
**routingpy** is tested against CPython 3.9, 3.10, 3.11, 3.12, 3.13 and 3.14 as well as
PyPy3 version 3.9 and 3.10.

.. _`README`: https://github.com/mthh/routingpy#api
.. _`Examples`: https://github.com/mthh/routingpy#examples
Expand Down