From 17fda01547805f9f0612a9c020e9a62eb661f030 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:51:06 +0300 Subject: [PATCH] Test Python 3.13 --- .github/workflows/ci.yml | 2 +- readme.rst | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f8c705..eba356e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/readme.rst b/readme.rst index c81c31f..97193d4 100644 --- a/readme.rst +++ b/readme.rst @@ -53,7 +53,7 @@ Deploy Requirements and dependencies ============================= -- Python 3.7+ +- Python 3.8+ - aiohttp - aiohttp-jinja2 - gidgethub >= 5.0.0 diff --git a/tox.ini b/tox.ini index bb4c614..d7c6c5e 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ requires = tox>=4.2 env_list = - py{312, 311, 310, 39, 38} + py{313, 312, 311, 310, 39, 38} [testenv] pass_env =