diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f17900..1e41b02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,9 @@ jobs: - os: ubuntu-24.04 python-version: '3.13' tasks: tests + - os: ubuntu-24.04 + python-version: '3.14' + tasks: tests steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 5afb5f4..cb7b713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,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', ] requires-python = '>=3.10'