From 709175b7a4bfe8b6abdee493bfeb1f4131145a6e Mon Sep 17 00:00:00 2001 From: philipperemy Date: Tue, 13 Aug 2024 12:33:22 -0700 Subject: [PATCH] move to python 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74ff0c0..aee7f23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [ 3.9 ] + python-version: [ "3.10" ] steps: - uses: actions/checkout@v4