Skip to content

Commit

Permalink
Merge branch 'main' into tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Jun 5, 2023
2 parents 24d869b + e4aefb2 commit c10230e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
platform: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install
run: |
python -m pip install --upgrade pip
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Typing :: Typed",
]
dependencies = [
Expand All @@ -47,7 +48,7 @@ repository = "https://github.com/napari/npe2"
testing = [
"magicgui",
"napari-plugin-engine",
"napari-svg",
"napari-svg==0.1.5",
"numpy",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit c10230e

Please sign in to comment.