diff --git a/.github/workflows/sdist.yml b/.github/workflows/sdist.yml index 1474a499..73d3fbfe 100644 --- a/.github/workflows/sdist.yml +++ b/.github/workflows/sdist.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] have_qd: [yes, no] have_numpy: [yes, no] diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 789ef319..d32dcb76 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] have_qd: [yes, no] have_ld: [yes, no] have_numpy: [yes, no] diff --git a/README.rst b/README.rst index 4d783715..b092edaa 100644 --- a/README.rst +++ b/README.rst @@ -296,7 +296,7 @@ from the top-level directory which runs all tests in ``tests/test_*.py``. We run $ (fpylll) flake8 --max-line-length=120 --max-complexity=16 --ignore=E22,E241 src -Note that **fpylll** supports Python 3. In particular, tests are run using Python 3.8, 3.9 and 3.10. See `.tests.yml `_ for details on automated testing. +Note that **fpylll** supports Python 3. In particular, tests are run using Python 3.10, 3.11 and 3.12. See `.tests.yml `_ for details on automated testing. Attribution & License