Skip to content

Commit 5c5d5aa

Browse files
committed
Updae GitHub actions
1 parent 9dcf25e commit 5c5d5aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9', 'pypy3.10']
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ optional = true
5353
[tool.poetry.group.test.dependencies]
5454
pytest = [
5555
{ version = "^8.3", python = ">=3.8" },
56-
{ version = "^7.4", python = "<3.8"}
56+
{ version = "^7.4", python = "<3.8" }
5757
]
5858
pytest-asyncio = [
5959
{ version = "^0.23.8", python = ">=3.8" },
60-
{ version = "~0.21.1", python = "<3.8"}
60+
{ version = "~0.21.1", python = "<3.8" }
6161
]
6262
pytest-benchmark = "^4.0"
6363
pytest-cov = [

0 commit comments

Comments
 (0)