Skip to content

Commit e520643

Browse files
committed
Bumps
1 parent 16e6b02 commit e520643

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.9', '3.13', '3.14']
18+
python-version: ['3.12', '3.13', '3.14']
1919

2020
steps:
2121
- uses: actions/checkout@v7

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v7
2121
- uses: actions/setup-python@v7
2222
with:
23-
python-version: '3.13'
23+
python-version: '3.14'
2424
- name: Setup Pages
2525
uses: actions/configure-pages@v6
2626
- name: Install dependencies

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-python@v7
2424
with:
25-
python-version: '3.13'
25+
python-version: '3.14'
2626

2727
- name: Install dependencies (Windows)
2828
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)