diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d5f57463..9925ff18 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -132,7 +132,7 @@ jobs: include: - # test with the latest dependencies os: ubuntu-latest - python-version: '3.13' + python-version: '3.14' toxenv-factors: '-current' - # test with the lowest dependencies os: ubuntu-latest @@ -170,7 +170,8 @@ jobs: - macos-latest - windows-latest python-version: - - "3.13" # highest supported + - "3.14" # highest supported + - "3.13" - "3.12" - "3.11" - "3.10" @@ -286,7 +287,7 @@ jobs: # see https://github.com/actions/setup-python uses: actions/setup-python@v6 with: - python-version: '>=3.9 <=3.13' # supported version range + python-version: '>=3.9 <=3.14' # supported version range - name: Validate Python Environment shell: python run: | diff --git a/pyproject.toml b/pyproject.toml index 5ad16479..6c76a3ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', 'Typing :: Typed', ] keywords = [