Skip to content

Commit

Permalink
Merge branch 'main' of github.com:team23/async-signals
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Oct 1, 2023
2 parents 651649a + 63cc935 commit 8fe1e5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytest = "^7.1.3"
pytest-cov = ">=3,<5"
pytest-mock = "^3.8.2"
mypy = ">=0.971,<2.0"
anyio = {extras = ["trio"], version = "^3.6.1"}
anyio = {extras = ["trio"], version = ">=3.6.1,<5.0.0"}
tox = ">=3.26,<5.0"
ruff = ">=0.0.284,<0.1.0"

Expand Down

0 comments on commit 8fe1e5b

Please sign in to comment.