From 7d091e0a578c844d452dc0152134b945054d8579 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 29 Sep 2024 01:56:10 -0400 Subject: [PATCH 1/2] chore: test on Python 3.13 --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceb4254d..7716d1c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,12 +36,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] include: - {os: macos-13, python-version: '3.8'} - - {os: macos-13, python-version: '3.12'} + - {os: macos-13, python-version: '3.13'} - {os: windows-latest, python-version: '3.8'} - - {os: windows-latest, python-version: '3.12'} + - {os: windows-latest, python-version: '3.13'} steps: - uses: actions/checkout@v4 @@ -51,6 +51,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Install package run: python -m pip install -e .[test] From d20e545670085113690bacbe386fa58896f6f5ef Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 29 Sep 2024 01:56:56 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 40327ebd..8adb3c11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering", ] dependencies = [