File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff 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
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 :
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
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
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 .
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ follows `Semantic versioning`_
99
1010Develop
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
You can’t perform that action at this time.
0 commit comments