diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index b79f821..22a3a71 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - name: Checkout repository diff --git a/pyproject.toml b/pyproject.toml index 90bdc12..5f1a94c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Lanugage :: Python :: 3.14", "Topic :: Text Processing", "Topic :: Text Processing :: Markup :: XML", ] diff --git a/tox.ini b/tox.ini index 1d338ee..ea9850b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py{39,310,311,312,313}-{linux,macos,windows} +envlist = py{39,310,311,312,313,314}-{linux,macos,windows} [gh-actions] python = @@ -13,6 +13,7 @@ python = 3.11: py311 3.12: py312 3.13: py313 + 3.14: py314 [gh-actions:env] PLATFORM =