diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8bbe2119..80937ba10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,12 +24,14 @@ jobs: fail-fast: false matrix: os: [macos, ubuntu, windows] - python-version: ["3.12"] + python-version: ["3.13"] include: - os: ubuntu python-version: "3.10" - os: ubuntu python-version: "3.11" + - os: ubuntu + python-version: "3.12" steps: - name: Checkout uses: actions/checkout@v4 @@ -46,7 +48,7 @@ jobs: uses: codecov/codecov-action@v4.6.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - if: matrix.python-version == '3.12' + if: matrix.python-version == '3.13' with: flags: unit-tests - name: Upload test results @@ -62,7 +64,7 @@ jobs: fail-fast: false matrix: os: [macos, ubuntu, windows] - python-version: ["3.12"] + python-version: ["3.13"] include: - os: ubuntu python-version: "3.10" diff --git a/pyproject.toml b/pyproject.toml index 5a213f72d..88cdb4472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: OS Independent", "Topic :: Scientific/Engineering", "Intended Audience :: Science/Research",