diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 511f371..3525bc9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: pytest: strategy: matrix: - py_version: [ "3.10", "3.11", "3.12", "3.13" ] + py_version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ] runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v5 diff --git a/pyproject.toml b/pyproject.toml index cf4bd58..2c338ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] homepage = "https://github.com/taskiq-python/taskiq-psqlpy" repository = "https://github.com/taskiq-python/taskiq-psqlpy"