Skip to content

Commit

Permalink
drop 3.7, add 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Oct 11, 2023
1 parent aa479bc commit f0d5e10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy3.9"]
exclude:
# not solveable with ci pip as of https://github.com/deathbeds/importnb/pull/108
- os: windows-latest
python-version: "3.11-dev"
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
# exclude:
# # not solveable with ci pip as of https://github.com/deathbeds/importnb/pull/108
# - os: windows-latest
# python-version: "3.11-dev"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f0d5e10

Please sign in to comment.