From 24b22aa95fef2a3e3eb7d5fa46a450033d65cad6 Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Thu, 21 Mar 2024 11:21:29 -0400 Subject: [PATCH] remove 3.12 tests. notebook<7 constraint prevents dependency installation. the referenced version of pyzmq does not compile with python 3.12. --- .github/workflows/main.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9259564..f557fb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' diff --git a/Makefile b/Makefile index 9cb2a21..1c4eca4 100644 --- a/Makefile +++ b/Makefile @@ -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 \