diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7fae21..267c8da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: os: ["ubuntu-22.04"] # "windows-2025" # Disabled until solution/workaround for NVTX is present # "ubuntu-24.04" # Postponed as long as testing against CUDA 12.1, needs 12.6+ - python: ["3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] name: "${{ matrix.os }} / Python ${{ matrix.python }}" runs-on: ${{ matrix.os }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 799da42..b92b5d1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" cache: "pip" - name: Set up CUDA toolkit diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7b4f86f..d0af893 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] name: "Python ${{ matrix.python }}" runs-on: ubuntu-24.04 diff --git a/pyproject.toml b/pyproject.toml index 59ac7f9..812f0e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering :: Image Recognition", "Topic :: Scientific/Engineering :: Visualization", "Intended Audience :: Science/Research",