From ab4fd541bace24db0162dbdad3c6b5cec4dd5d4c Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 24 Dec 2024 10:17:48 -0800 Subject: [PATCH] Support Python 3.13 --- .github/workflows/test.yml | 11 +---------- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fee412f..7ab4932 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,16 +13,7 @@ jobs: matrix: os: [ubuntu, macos, windows] python-version: - [ - "3.8", - "3.9", - "3.10", - "3.11", - "3.12", - "3.13-dev", - "pypy-3.8", - "pypy-3.9", - ] + ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.9"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 2d95b16..d861aab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] description = "Makes it easy to load subpackages and functions on demand." dependencies = [