Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 438a733

Browse files
committed
chore: downgrade Python version to 3.9 in workflows and configuration files
1 parent b11b7a3 commit 438a733

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: ["3.11"]
16+
python-version: ["3.9"]
1717
os: [ubuntu-latest, macos-13, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
timeout-minutes: 20

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: ["3.11"]
16+
python-version: ["3.9"]
1717

1818
steps:
1919
- uses: actions/checkout@v4

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ formats:
1919
build:
2020
os: ubuntu-22.04
2121
tools:
22-
python: "3.11"
22+
python: "3.9"
2323

2424
python:
2525
install:

0 commit comments

Comments
 (0)