Skip to content

Commit f41d783

Browse files
committed
Update Python versions in actions
1 parent 58576fa commit f41d783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
python-version: ['3.7','3.8','3.9','3.10']
16+
python-version: ['3.10','3.11','3.12','3.13']
1717
runs-on: ubuntu-latest
1818

1919
steps:

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.7 - 3.10.7'
16+
python-version: '3.10 - 3.13'
1717
- name: Install poetry
1818
uses: abatilo/actions-poetry@v2
1919
with:

0 commit comments

Comments
 (0)