From 87a53250c2c45f62eede5cb94bc548f828ea1849 Mon Sep 17 00:00:00 2001 From: Evan Hubinger Date: Tue, 10 Oct 2023 13:40:27 -0700 Subject: [PATCH] Improve reqs, tests --- .github/workflows/run-tests.yml | 2 +- coconut/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2927a0edb..ad6f69ca3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup python - uses: MatteoH2O1999/setup-python@v1.3.1 + uses: MatteoH2O1999/setup-python@v2 with: python-version: ${{ matrix.python-version }} cache: pip diff --git a/coconut/constants.py b/coconut/constants.py index 672703edc..49c8cfdd2 100644 --- a/coconut/constants.py +++ b/coconut/constants.py @@ -945,7 +945,7 @@ def get_path_env_var(env_var, default): ("dataclasses", "py==36"), ("typing", "py<35"), ("async_generator", "py35"), - ("exceptiongroup", "py37"), + ("exceptiongroup", "py37;py<311"), ), "dev": ( ("pre-commit", "py3"),