Skip to content

Commit

Permalink
tests against Python version 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Dec 31, 2023
1 parent 6931ddf commit ff0cfe1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
# IMPORTANT: update the documentation file ../../docs/source/getting-started.rst when adding more python versions to the list above

steps:
Expand Down
2 changes: 0 additions & 2 deletions docs-requirements.txt

This file was deleted.

13 changes: 7 additions & 6 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ Python version compatibility

:ref:`sure` is `continuously tested against
<https://github.com/gabrielfalcao/sure/actions?query=workflow%3A%22Sure+Tests%22>`__
python versions 3.6, 3.7, 3.9, 3.10 and 3.11 of the `cpython
<https://github.com/python/cpython/>`_ implementation. It is not
unlikely to work with other Python implementations such as `PyPy
<https://pypy.org/>`_ or `Jython <https://www.jython.org/>`_ with the
added caveat that its :ref:`Special Syntax` is most likely to **not
work** in any implementations other than `cpython
python versions 3.6, 3.7, 3.9, 3.10, 3.11 and 3.12 of the `cpython
<https://github.com/python/cpython/>`_ implementation.

It is not unlikely to work with other Python implementations such as
`PyPy <https://pypy.org/>`_ or `Jython <https://www.jython.org/>`_
with the added caveat that its :ref:`Special Syntax` is most likely to
**not work** in any implementations other than `cpython
<https://github.com/python/cpython/>`_ while the :ref:`Standard
Behavior` is likely to work well.

Expand Down

0 comments on commit ff0cfe1

Please sign in to comment.