From 69a80501ec6d96fd04aa4e0a3de7ebe060f749b7 Mon Sep 17 00:00:00 2001 From: Nathan Collier Date: Thu, 10 Oct 2024 13:49:50 -0400 Subject: [PATCH] actually 3.13 is not supported yet --- .github/workflows/ci.yml | 2 +- setup.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5deac..6df00fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12"] os: [macos, ubuntu, windows] steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index c1513e4..b62f59c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 Intended Audience :: Science/Research Topic :: Scientific/Engineering requires-python = ">=3.10"