From 9bc80fdbcedaa39d25321d97f7e322ddd86f9033 Mon Sep 17 00:00:00 2001 From: Humberto Rocha Date: Fri, 17 May 2024 21:54:48 -0400 Subject: [PATCH] Remove 3.13 (not ready yet) --- .github/workflows/test-suite.yml | 3 +-- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 85da603..438bda1 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.10', '3.11', '3.12', '3.13'] + python-version: ['3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 @@ -29,7 +29,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - allow-prereleases: true cache: pip - name: Ensure latest pip diff --git a/pyproject.toml b/pyproject.toml index fe99bc9..e7a1b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python", @@ -74,7 +73,7 @@ build = "mkdocs build" server = "mkdocs serve" [[tool.hatch.envs.all.matrix]] -python = ["3.10", "3.11", "3.12", "3.13"] +python = ["3.10", "3.11", "3.12"] [tool.isort] profile = "black"