From 1e1095b654212f74b5e1962529c129915b38c3e1 Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Sat, 5 Oct 2024 04:24:40 +0000 Subject: [PATCH] feat: try py3.13 --- .github/workflows/ci.yaml | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c43c4ca..55a815b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,11 +16,11 @@ jobs: fail-fast: false max-parallel: 1 # avoids ever triggering a rate limit matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] os: [ubuntu-latest] EXTRA: [false] # used to force includes to get included include: - - python-version: '3.12' + - python-version: '3.13' os: ubuntu-latest EXTRA: true env: diff --git a/setup.py b/setup.py index bceaefb..58a3b84 100755 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: 3 :: Only', ], )