From 2324dae416f7d92f0e886e2ffea4c433ba66ff03 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Wed, 20 Nov 2024 17:52:48 +0100 Subject: [PATCH] Test Python 3.13 on GH Actions --- .github/workflows/main.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32ed8c9..0a3519f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.8, 3.9, '3.10', '3.11', '3.12', 'pypy-3.10'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13', 'pypy-3.10'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index 7cd1944..5d22c2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: Software Development :: Testing platform = any