Skip to content

Commit efcce4c

Browse files
committed
Update changelog and publishing jobs
1 parent 803d688 commit efcce4c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/publishing.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.12
18+
python-version: 3.13
1919
- run: pip install tox
2020
- run: tox
2121
env:
22-
TOXENV: 3.12
22+
TOXENV: 3.13
2323

2424
linters:
2525
name: Run linters
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.12
34+
python-version: 3.13
3535
- run: pip install tox
3636
- run: tox
3737
env:
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v3
4646
- uses: actions/setup-python@v4
4747
with:
48-
python-version: 3.12
48+
python-version: 3.13
4949
- run: |
5050
python -m pip install --upgrade pip setuptools
5151
python setup.py sdist
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
os: [ubuntu-22.04, windows-2019, macos-14]
6363
env:
64-
CIBW_SKIP: cp27-* cp313-*
64+
CIBW_SKIP: cp27-*
6565
steps:
6666
- uses: actions/checkout@v3
6767
- name: Build wheels
@@ -75,7 +75,7 @@ jobs:
7575
needs: [tests, linters]
7676
runs-on: ubuntu-22.04
7777
env:
78-
CIBW_SKIP: cp27-* cp313-*
78+
CIBW_SKIP: cp27-*
7979
steps:
8080
- uses: actions/checkout@v3
8181
- name: Set up QEMU
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v3
115115
- uses: actions/setup-python@v4
116116
with:
117-
python-version: 3.12
117+
python-version: 3.13
118118
- run: pip install awscli
119119
- run: pip install -r requirements-doc.txt
120120
- run: pip install -e .

docs/main/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ follows `Semantic versioning`_
99

1010
Develop
1111
--------
12+
- Add support for Python 3.13.
1213
- Migrate to Cython 3 (version 3.0.11). Many thanks to `ZipFile <https://github.com/ZipFile>`_ for
1314
this contribution `#813 <https://github.com/ets-labs/python-dependency-injector/pull/813>`_.
1415

0 commit comments

Comments
 (0)