File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4545 fail-fast : false
4646 matrix :
4747 os : [ubuntu-latest, windows-latest, macos-latest]
48- python-version : ["3.7 ", "3.10"]
48+ python-version : ["3.8 ", "3.10"]
4949 steps :
5050 - name : Checkout
5151 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ classifiers = [
1414 " Intended Audience :: Science/Research" ,
1515 " License :: OSI Approved :: BSD License" ,
1616 " Programming Language :: Python" ,
17- " Programming Language :: Python :: 3.7" ,
1817 " Programming Language :: Python :: 3.8" ,
1918 " Programming Language :: Python :: 3.9" ,
2019 " Programming Language :: Python :: 3.10" ,
2120]
2221urls = {Homepage = " https://jupyter.org" }
23- requires-python = " >=3.7 "
22+ requires-python = " >=3.8 "
2423dependencies = [
2524 " build" ,
2625 " check-manifest" ,
You can’t perform that action at this time.
0 commit comments