File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
- name : Build manylinux2014 x86-64 wheels
12
12
uses : earwig/python-wheels-manylinux-build@latest-manylinux2014_x86_64
13
13
with :
14
- python-versions : ' cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
14
+ python-versions : ' cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313 '
15
15
- name : Build manylinux 2014 aarch64 wheels
16
16
uses : earwig/python-wheels-manylinux-build@latest-manylinux2014_aarch64
17
17
with :
18
- python-versions : ' cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
18
+ python-versions : ' cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313 '
19
19
- uses : actions/upload-artifact@v3
20
20
with :
21
21
name : wheels
38
38
- ' 3.10'
39
39
- ' 3.11'
40
40
- ' 3.12'
41
+ - ' 3.13'
41
42
steps :
42
43
- uses : actions/checkout@v4
43
44
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 12
12
- ' 3.10'
13
13
- ' 3.11'
14
14
- ' 3.12'
15
+ - ' 3.13'
15
16
with-extension : ['0', '1']
16
17
steps :
17
18
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
build :
3
3
os : ubuntu-22.04
4
4
tools :
5
- python : " 3.12 "
5
+ python : " 3.13 "
6
6
7
7
sphinx :
8
8
configuration : docs/conf.py
Original file line number Diff line number Diff line change @@ -61,6 +61,14 @@ environment:
61
61
PYTHON_VERSION : " 3.12"
62
62
PYTHON_ARCH : " 64"
63
63
64
+ - PYTHON : " C:\\ Python313"
65
+ PYTHON_VERSION : " 3.13"
66
+ PYTHON_ARCH : " 32"
67
+
68
+ - PYTHON : " C:\\ Python313-x64"
69
+ PYTHON_VERSION : " 3.13"
70
+ PYTHON_ARCH : " 64"
71
+
64
72
install :
65
73
- " %PIP% install --disable-pip-version-check --user --upgrade pip"
66
74
- " %PIP% install setuptools wheel twine pytest"
You can’t perform that action at this time.
0 commit comments