Skip to content

Commit a9412bc

Browse files
authored
Merge pull request #182 from blink1073/fixup-ci
Update package metdata and ci
2 parents dbe172f + 79d103c commit a9412bc

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -57,7 +57,7 @@ jobs:
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

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=0.25"]
2+
requires = ["hatchling>=1.5"]
33
build-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"
2421
dependencies = [
2522
"packaging",
2623
"tomlkit",

0 commit comments

Comments
 (0)