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:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- python_version : ["3.7 ", "3.10 "]
17
+ python_version : ["3.8 ", "3.12 "]
18
18
os : [ubuntu-latest, macos-latest, windows-latest]
19
19
include :
20
20
- os : windows-latest
21
- python-version : " 3.9 "
21
+ python-version : " 3.10 "
22
22
- os : ubuntu-latest
23
- python-version : " pypy-3.7 "
23
+ python-version : " pypy-3.9 "
24
24
- os : macos-latest
25
- python-version : " 3.8 "
25
+ python-version : " 3.11 "
26
26
steps :
27
27
- name : Checkout
28
28
uses : actions/checkout@v2
57
57
- name : Base Setup
58
58
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
59
59
with :
60
- python_version : " 3.7 "
60
+ python_version : " 3.8 "
61
61
- name : Install miniumum versions
62
62
uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
63
63
- name : Run the unit tests
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" hatchling>=0.25 " ]
2
+ requires = [" hatchling>=1.5 " ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
@@ -15,12 +15,9 @@ classifiers = [
15
15
" Intended Audience :: Science/Research" ,
16
16
" License :: OSI Approved :: BSD License" ,
17
17
" 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"
22
19
]
23
- requires-python = " >=3.7 "
20
+ requires-python = " >=3.8 "
24
21
dependencies = [
25
22
" packaging" ,
26
23
" tomlkit" ,
You can’t perform that action at this time.
0 commit comments