File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.8 '
19+ python-version : ' 3.9 '
2020
2121 - name : Install dependencies
2222 run : |
Original file line number Diff line number Diff line change 4040 if : steps.auto-version.outputs.version != ''
4141 uses : actions/setup-python@v5
4242 with :
43- python-version : ' ^3.8 '
43+ python-version : ' ^3.9 '
4444
4545 - name : Install Python dependencies
4646 if : steps.auto-version.outputs.version != ''
Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 python-version :
20- - ' 3.8'
2120 - ' 3.9'
2221 - ' 3.10'
2322 - ' 3.11'
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.8 '
19+ python-version : ' 3.9 '
2020
2121 - name : Install dependencies
2222 run : |
Original file line number Diff line number Diff line change 1111 "Environment :: Console" ,
1212 "Intended Audience :: Science/Research" ,
1313 "License :: OSI Approved :: Apache Software License" ,
14- "Programming Language :: Python :: 3.8" ,
1514 "Programming Language :: Python :: 3.9" ,
1615 "Programming Language :: Python :: 3.10" ,
1716 "Programming Language :: Python :: 3.11" ,
17+ "Programming Language :: Python :: 3.12" ,
1818 "Topic :: Scientific/Engineering" ,
1919 "Typing :: Typed" ,
2020]
2121
22- PYTHON_REQUIRES = ">=3.8 "
22+ PYTHON_REQUIRES = ">=3.9 "
2323
2424REQUIRES = [
2525 # not usable in some use cases since might be just a downloader, not binary
You can’t perform that action at this time.
0 commit comments