diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index d9af290..26af70e 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -90,7 +90,7 @@ jobs: strategy: fail-fast: true matrix: - python3_version: ["3.10", "3.11", "3.12", "3.13"] + python3_version: ["3.10", "3.11", "3.12", "3.13", "3.14"] needs: [build, unit-tests] uses: ./.github/workflows/platform-integration-test.yaml with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d51377e..a0e517a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,4 +45,4 @@ repos: hooks: - id: conventional-pre-commit stages: [commit-msg] - args: [--verbose, --scopes="feat, fix, docs, style, test, chore, ci"] + args: [--verbose, feat, fix, docs, style, test, chore, ci] diff --git a/pyproject.toml b/pyproject.toml index b1d8549..9f3e262 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", "Programming Language :: Python :: 3 :: Only", "Topic :: Security :: Cryptography", "Topic :: Software Development :: Libraries :: Python Modules",