Skip to content

Commit

Permalink
remove 3.12 tests. notebook<7 constraint prevents dependency installa…
Browse files Browse the repository at this point in the history
…tion.

the referenced version of pyzmq does not compile with python 3.12.
  • Loading branch information
aronatkins committed Mar 21, 2024
1 parent 7131755 commit 24b22aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11']
include:
- os: macos-latest
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ clean:
rm -rf build/ dist/ docs/out/ rsconnect_jupyter.egg-info/

.PHONY: all-images
all-images: image3.8 image3.9 image3.10 image3.11 image3.12
all-images: image3.8 image3.9 image3.10 image3.11

image%:
docker build \
Expand Down

0 comments on commit 24b22aa

Please sign in to comment.