From 99e9f4ad6e075e92a905217802d19ea764265da3 Mon Sep 17 00:00:00 2001 From: Ali Ebrahim Date: Fri, 27 Oct 2023 15:34:49 -0700 Subject: [PATCH] Run tests on Python 3.13 alpha 1. (#15) --- .github/workflows/annotate_pr.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/annotate_pr.yml b/.github/workflows/annotate_pr.yml index d4ef689..9732ea5 100644 --- a/.github/workflows/annotate_pr.yml +++ b/.github/workflows/annotate_pr.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, windows-2019, macos-11] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10", "pypy3.9"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.1", "pypy3.10", "pypy3.9"] steps: - name: Test Report uses: dorny/test-reporter@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd55469..42cb5ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, windows-2019, macos-11] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10", "pypy3.9"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.1", "pypy3.10", "pypy3.9"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}