diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9bfdf2d5..e58393e3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,9 +228,9 @@ jobs: include: # Currently used Rust version. - os: ubuntu-latest - python: 3.13 + python: 3.14 - os: macos-latest - python: 3.13 + python: 3.14 # PyPy tests - os: ubuntu-latest @@ -281,11 +281,11 @@ jobs: matrix: include: - os: ubuntu-latest - python: 3.13 + python: 3.14 - os: macos-latest - python: 3.13 + python: 3.14 - os: windows-latest - python: 3.13 + python: 3.14 # PyPy tests - os: ubuntu-latest diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index 39a7a6a4b..824875e59 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/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", "Topic :: Communications :: Chat", "Topic :: Communications :: Email" ]