From 78f047399d39690f17d09e2aa27e9de07c8e37d9 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Sat, 28 Dec 2024 10:01:06 -0500 Subject: [PATCH] early tweaks --- .github/workflows/ci.yml | 8 ++++---- package.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e82242..7e69baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,11 +52,11 @@ jobs: strategy: matrix: python-version: - - "3.8" + # - "3.8" #other conflicts - "3.9" - - "3.10" - - "3.11" - - "3.12" + #- "3.10" + #- "3.11" + #- "3.12" steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 diff --git a/package.json b/package.json index 4f8c4e6..e2fc53e 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,6 @@ "@types/react-dom": "^18.3.1", "typescript": "^5.7.2", "esbuild": "^0.24.0" - } + }, + "packageManager": "pnpm@9.10.0" }