Skip to content

Commit c4448b1

Browse files
committed
Update Python versions
1 parent 054aa5c commit c4448b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- "3.8"
1313
- "3.9"
1414
- "3.10"
15+
- "3.11"
16+
- "3.12"
17+
- "3.13"
1518

1619
steps:
1720
- uses: actions/checkout@v3

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v3
5050

51-
- name: Set up Python 3.10
51+
- name: Set up Python 3.11
5252
uses: actions/setup-python@v4
5353
with:
54-
python-version: "3.10"
54+
python-version: "3.11"
5555
cache: "pip"
5656

5757
- name: Install dependencies

0 commit comments

Comments
 (0)