diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index ef73e4769..5e5d48351 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -38,6 +38,16 @@ jobs: python: "3.12" toxenv: 'py312-test-alldeps' + - name: Ubuntu - Python 3.13 with all optional dependencies + os: ubuntu-latest + python: "3.13" + toxenv: 'py313-test-alldeps' + + - name: MacOs - Python 3.13 with all optional dependencies + os: macos-latest + python: "3.13" + toxenv: 'py313-test-alldeps' + steps: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/tox.ini b/tox.ini index 72073faf3..0d2ee9226 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py{310}-test{,-alldeps,-devdeps}{,-cov} py{311}-test{,-alldeps,-devdeps}{,-cov} py{312}-test{,-alldeps,-devdeps}{,-cov} + py{313}-test{,-alldeps,-devdeps}{,-cov} build_docs linkcheck codestyle