From 9659ff3d0626e8d7a4eaf9a41a195c19c66ce58b Mon Sep 17 00:00:00 2001 From: Chris Wagner Date: Mon, 26 Feb 2024 06:11:13 -0800 Subject: [PATCH] make tox and github action use same python version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4744599..07b1c4f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.11" - name: update pip run: | python -m pip install -U pip