From 66632846559793a6040201233d30560cf9ff57f8 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Thu, 19 Sep 2024 10:24:56 -0700 Subject: [PATCH] Enable python 3.13 testing --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 063857894210..f43f418bb024 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -147,7 +147,7 @@ jobs: # macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case. os: [ubuntu-latest, windows-latest] # Run the tests on the oldest and most recent versions of Python. - python: ['3.8', '3.x'] # run for 3 pytest versions, most recent stable, oldest version supported and pre-release + python: ['3.8', '3.x', '3.13-dev'] # run for 3 pytest versions, most recent stable, oldest version supported and pre-release pytest-version: ['pytest', 'pytest@pre-release', 'pytest==6.2.0'] steps: