File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-python@v4
17
17
with :
18
- python-version : 3.12
18
+ python-version : 3.13
19
19
- run : pip install tox
20
20
- run : tox
21
21
env :
22
- TOXENV : 3.12
22
+ TOXENV : 3.13
23
23
24
24
linters :
25
25
name : Run linters
31
31
- uses : actions/checkout@v3
32
32
- uses : actions/setup-python@v4
33
33
with :
34
- python-version : 3.12
34
+ python-version : 3.13
35
35
- run : pip install tox
36
36
- run : tox
37
37
env :
45
45
- uses : actions/checkout@v3
46
46
- uses : actions/setup-python@v4
47
47
with :
48
- python-version : 3.12
48
+ python-version : 3.13
49
49
- run : |
50
50
python -m pip install --upgrade pip setuptools
51
51
python setup.py sdist
61
61
matrix :
62
62
os : [ubuntu-22.04, windows-2019, macos-14]
63
63
env :
64
- CIBW_SKIP : cp27-* cp313-*
64
+ CIBW_SKIP : cp27-*
65
65
steps :
66
66
- uses : actions/checkout@v3
67
67
- name : Build wheels
75
75
needs : [tests, linters]
76
76
runs-on : ubuntu-22.04
77
77
env :
78
- CIBW_SKIP : cp27-* cp313-*
78
+ CIBW_SKIP : cp27-*
79
79
steps :
80
80
- uses : actions/checkout@v3
81
81
- name : Set up QEMU
@@ -114,7 +114,7 @@ jobs:
114
114
- uses : actions/checkout@v3
115
115
- uses : actions/setup-python@v4
116
116
with :
117
- python-version : 3.12
117
+ python-version : 3.13
118
118
- run : pip install awscli
119
119
- run : pip install -r requirements-doc.txt
120
120
- run : pip install -e .
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ follows `Semantic versioning`_
9
9
10
10
Develop
11
11
--------
12
+ - Add support for Python 3.13.
12
13
- Migrate to Cython 3 (version 3.0.11). Many thanks to `ZipFile <https://github.com/ZipFile >`_ for
13
14
this contribution `#813 <https://github.com/ets-labs/python-dependency-injector/pull/813 >`_.
14
15
You can’t perform that action at this time.
0 commit comments