diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b7743e..4923101 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.9", "3.14"] runs-on: [ubuntu-latest, windows-latest, macos-14] steps: diff --git a/pyproject.toml b/pyproject.toml index 9934332..7aa0e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3.9", "Programming Language :: Python", "Topic :: Scientific/Engineering",