From 42fc992bff5383752566ff0904ac9ffa85ef5b87 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 16 Apr 2024 09:44:08 +0200 Subject: [PATCH] Add 3.13 to CI --- .github/workflows/ci.yml | 1 + pyproject.toml | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db37271..e1857aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" - "pypy-3.8" - "pypy-3.9" - "pypy-3.10" diff --git a/pyproject.toml b/pyproject.toml index 73b2be3..8297c15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security :: Cryptography", diff --git a/tox.ini b/tox.ini index 739c4d5..cc6f180 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ min_version = 4 env_list = pre-commit, cog-{check,render}, - py3{7,8,9,10,11,12}, + py3{7,8,9,10,11,12,13}, pypy3{8,9,10}, system-argon2