From 948fa797ea5c2e4c339d6aa6024446fb738e80ee Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Wed, 16 Oct 2024 17:07:56 -0700 Subject: [PATCH] ci(dev-deps): Update CI and dev deps to run on Python 3.12 --- .github/workflows/ci.yaml | 2 +- dev-requirements.txt | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ca13964..548b31de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.12' - name: set up node # we need node for for semantic release uses: actions/setup-node@v4 with: diff --git a/dev-requirements.txt b/dev-requirements.txt index e30c2f64..2dfff7f7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,5 @@ -coverage==5.5 -coveralls==3.1.0 -pytest==6.2.4 -pytest-cov==2.12.0 -twine==3.4.1 -wheel==0.38.1 -setuptools==65.5.1 -importlib-metadata==4.0.1 +pytest==8.3.2 +twine==5.1.1 +wheel==0.44.0 +setuptools==75.1.0 +importlib-metadata==8.5.0