Skip to content

Commit

Permalink
Merge pull request #182 from blink1073/fixup-ci
Browse files Browse the repository at this point in the history
Update package metdata and ci
  • Loading branch information
blink1073 authored Dec 24, 2023
2 parents dbe172f + 79d103c commit a9412bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.7", "3.10"]
python_version: ["3.8", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: windows-latest
python-version: "3.9"
python-version: "3.10"
- os: ubuntu-latest
python-version: "pypy-3.7"
python-version: "pypy-3.9"
- os: macos-latest
python-version: "3.8"
python-version: "3.11"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.7"
python_version: "3.8"
- name: Install miniumum versions
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
- name: Run the unit tests
Expand Down
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=0.25"]
requires = ["hatchling>=1.5"]
build-backend = "hatchling.build"

[project]
Expand All @@ -15,12 +15,9 @@ classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3"
]
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"packaging",
"tomlkit",
Expand Down

0 comments on commit a9412bc

Please sign in to comment.