mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
tests: aiohttp isn't ready for 3.12 yet
See also https://github.com/aio-libs/aiohttp/issues/7739
This commit is contained in:
parent
6da6145350
commit
c863d24695
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
||||||
# https://github.com/lilydjwg/nvchecker/actions/runs/4524633969/jobs/7968599431
|
# https://github.com/lilydjwg/nvchecker/actions/runs/4524633969/jobs/7968599431
|
||||||
- python-version: "3.7"
|
- python-version: "3.7"
|
||||||
deps: tornado
|
deps: tornado
|
||||||
|
- python-version: "3.12"
|
||||||
|
deps: aiohttp
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue