File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4848 name : Install Python
4949 with :
50- python-version : ' 3.10 '
50+ python-version : ' 3.11 '
5151
5252 # Something changed somewhere that prevents the downloaded-at-build-time
5353 # licenses from being included in built wheels, so pre-download them so
@@ -163,14 +163,6 @@ jobs:
163163 CIBW_BUILD : " cp311-*"
164164 CIBW_ARCHS : ${{ matrix.cibw_archs }}
165165
166- - name : Build wheels for CPython 3.10
167- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
168- with :
169- package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
170- env :
171- CIBW_BUILD : " cp310-*"
172- CIBW_ARCHS : ${{ matrix.cibw_archs }}
173-
174166 - name : Build wheels for PyPy
175167 uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
176168 with :
Original file line number Diff line number Diff line change 1919 - name : Set up Python 3
2020 uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2121 with :
22- python-version : ' 3.10 '
22+ python-version : ' 3.11 '
2323
2424 - name : Set up reviewdog
2525 uses : reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.9
3333 run : |
3434 set -o pipefail
3535 tox -e stubtest | \
36- sed -e "s!.tox/stubtest/lib/python3.10 /site-packages!lib!g" | \
36+ sed -e "s!.tox/stubtest/lib/python3.11 /site-packages!lib!g" | \
3737 reviewdog \
3838 -efm '%Eerror: %m' \
3939 -efm '%CStub: in file %f:%l' \
Original file line number Diff line number Diff line change 1919 - name : Set up Python 3
2020 uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2121 with :
22- python-version : ' 3.10 '
22+ python-version : ' 3.11 '
2323
2424 - name : Install ruff
2525 run : pip3 install ruff
4848 - name : Set up Python 3
4949 uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
5050 with :
51- python-version : ' 3.10 '
51+ python-version : ' 3.11 '
5252
5353 - name : Install mypy
5454 run : pip3 install -r requirements/testing/mypy.txt -r requirements/testing/all.txt
Original file line number Diff line number Diff line change 6767 python-version : ' 3.12'
6868 - os : macos-13 # This runner is on Intel chips.
6969 # merge numpy and pandas install in nighties test when this runner is dropped
70- python-version : ' 3.10 '
70+ python-version : ' 3.11 '
7171 - os : macos-14 # This runner is on M1 (arm64) chips.
7272 python-version : ' 3.12'
7373 # https://github.com/matplotlib/matplotlib/issues/29732
Original file line number Diff line number Diff line change @@ -49,11 +49,8 @@ stages:
4949 - job : Pytest
5050 strategy :
5151 matrix :
52- Windows_py310 :
53- vmImage : ' windows-2019' # keep one job pinned to the oldest image
54- python.version : ' 3.10'
5552 Windows_py311 :
56- vmImage : ' windows-latest '
53+ vmImage : ' windows-2019 '
5754 python.version : ' 3.11'
5855 Windows_py312 :
5956 vmImage : ' windows-latest'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
2626 - pygobject
2727 - pyparsing>=3
2828 - pyqt
29- - python>=3.10
29+ - python>=3.11
3030 - python-dateutil>=2.1
3131 - setuptools_scm
3232 - wxpython
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ classifiers=[
1616 " License :: OSI Approved :: Python Software Foundation License" ,
1717 " Programming Language :: Python" ,
1818 " Programming Language :: Python :: 3" ,
19- " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
2221 " Programming Language :: Python :: 3.13" ,
@@ -41,7 +40,7 @@ dependencies = [
4140 " pyparsing >= 3" ,
4241 " python-dateutil >= 2.7" ,
4342]
44- requires-python = " >=3.10 "
43+ requires-python = " >=3.11 "
4544
4645[project .optional-dependencies ]
4746# Should be a copy of the build dependencies below.
Original file line number Diff line number Diff line change 1- # Extra pip requirements for the Python 3.10 + builds
1+ # Extra pip requirements for the Python 3.11 + builds
22
33--prefer-binary
44ipykernel
You can’t perform that action at this time.
0 commit comments