Skip to content

Commit 1bace8a

Browse files
committed
Drop 3.9 from test matrix, add 3.13
1 parent d82ee2d commit 1bace8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/env-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os: [macos-latest, ubuntu-latest, windows-latest]
45-
python-version: ["3.9", "3.10", "3.11", "3.12"]
45+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4646

4747
# Steps represent a sequence of tasks that will be executed as part of the job
4848
steps:

0 commit comments

Comments
 (0)