From 8835db95a576c4024f7730cec2a22e89cb183cbc Mon Sep 17 00:00:00 2001 From: "William (Lindy) Lindstrom" Date: Tue, 31 Oct 2023 23:33:47 +0000 Subject: [PATCH] limit python version to constraints in pyproject.toml (b/c numpy) --- .github/workflows/pypi-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 874a4fd4b..657f19721 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11' # numpy is a problem with 3.12 - name: Install dependencies run: | python -m pip install --upgrade pip