File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- python_version : ["3.7 ", "3.10 "]
17+ python_version : ["3.8 ", "3.12 "]
1818 os : [ubuntu-latest, macos-latest, windows-latest]
1919 include :
2020 - os : windows-latest
21- python-version : " 3.9 "
21+ python-version : " 3.10 "
2222 - os : ubuntu-latest
23- python-version : " pypy-3.7 "
23+ python-version : " pypy-3.9 "
2424 - os : macos-latest
25- python-version : " 3.8 "
25+ python-version : " 3.11 "
2626 steps :
2727 - name : Checkout
2828 uses : actions/checkout@v2
5757 - name : Base Setup
5858 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
5959 with :
60- python_version : " 3.7 "
60+ python_version : " 3.8 "
6161 - name : Install miniumum versions
6262 uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
6363 - name : Run the unit tests
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling>=0.25 " ]
2+ requires = [" hatchling>=1.5 " ]
33build-backend = " hatchling.build"
44
55[project ]
@@ -15,12 +15,9 @@ classifiers = [
1515 " Intended Audience :: Science/Research" ,
1616 " License :: OSI Approved :: BSD License" ,
1717 " Programming Language :: Python" ,
18- " Programming Language :: Python :: 3.7" ,
19- " Programming Language :: Python :: 3.8" ,
20- " Programming Language :: Python :: 3.9" ,
21- " Programming Language :: Python :: 3.10" ,
18+ " Programming Language :: Python :: 3"
2219]
23- requires-python = " >=3.7 "
20+ requires-python = " >=3.8 "
2421dependencies = [
2522 " packaging" ,
2623 " tomlkit" ,
You can’t perform that action at this time.
0 commit comments