Skip to content

Commit 796c2a2

Browse files
committed
feat: support python 3.13
1 parent a6d44bc commit 796c2a2

File tree

5 files changed

+645
-512
lines changed

5 files changed

+645
-512
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
25+
python-version: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
2626
include:
2727
- os: ubuntu-latest
2828
path: ~/.cache/pypoetry
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Python
8787
uses: actions/setup-python@db9987b4c1f10f0404fa60ee629f675fafbd6763
8888
with:
89-
python-version: 3.12
89+
python-version: 3.13
9090
- name: Install dependencies
9191
run: |
9292
pip install -U pip

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
12-
- name: Set up Python 3.12
12+
- name: Set up Python 3.13
1313
uses: actions/setup-python@db9987b4c1f10f0404fa60ee629f675fafbd6763
1414
with:
15-
python-version: 3.12
15+
python-version: 3.13
1616
- name: Install dependencies
1717
run: |
1818
pip install --upgrade pip

0 commit comments

Comments
 (0)