Skip to content

Commit 591777a

Browse files
committed
Update python versions
1 parent d99cf53 commit 591777a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/install_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
python-version: ['3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1616

1717
steps:
1818
- uses: actions/checkout@v2

.github/workflows/install_test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
python-version: ['3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/install_test_setup_py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
python-version: ['3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/pylint_and_mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up Python 3.12
15+
- name: Set up Python 3.14
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.12
18+
python-version: 3.14
1919
- name: Install poetry
2020
run: |
2121
python -m pip install poetry

.github/workflows/pypi_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
11-
- name: Set up Python 3.12 🐍🐍🐍
11+
- name: Set up Python 3.14 🐍🐍🐍
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.12
14+
python-version: 3.14
1515
- name: Install poetry
1616
run: |
1717
python -m pip install poetry

0 commit comments

Comments
 (0)