Skip to content

Commit

Permalink
Improve reqs, tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Oct 10, 2023
1 parent b1a5f43 commit 87a5325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 87a5325

Please sign in to comment.