diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6044ca2..78f5426 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: # - Windows # - MacOs python-version: - - "3.14.0-alpha.0" + - "3.14.0-alpha.3" - "3.13" - "3.12" - "3.11" diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fe3bfab..e95a9d0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,6 +1,7 @@ Contributor guidelines ====================== +.. _fake.py: https://fakepy.readthedocs.io .. _documentation: https://fakepy.readthedocs.io/#writing-documentation .. _testing: https://fakepy.readthedocs.io/#testing .. _pre-commit: https://pre-commit.com/#installation @@ -20,6 +21,7 @@ Contributor guidelines .. _recipes: https://fakepy.readthedocs.io/en/latest/recipes.html .. _quick start: https://fakepy.readthedocs.io/en/latest/quick_start.html .. _prerequisites: https://fakepy.readthedocs.io/#prerequisites +.. _versions manifest: https://github.com/actions/python-versions/blob/main/versions-manifest.json Developer prerequisites ----------------------- @@ -137,6 +139,19 @@ For example: - Make sure to update the documentation (check whether the `installation`_, `features`_, `recipes`_ and `quick start`_ require changes). +GitHub Actions +-------------- +Only non-EOL versions of Python and software `fake.py`_ aims to integrate with +are supported. + +On GitHub Actions includes tests for more than 40 different variations of +Python versions and integration packages. Future, non-stable versions +of Python are being tested too, so that new features/incompatibilities +could be seen and adopted early. + +For the list of Python versions supported by GitHub, see GitHub Actions +`versions manifest`_. + Questions --------- Questions can be asked on GitHub `discussions`_.