We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02ddd3 commit a165788Copy full SHA for a165788
.github/workflows/tests.yaml
@@ -104,7 +104,7 @@ jobs:
104
- "3.11"
105
- "3.12"
106
- "3.13"
107
- - "3.14-dev"
+ - "3.14"
108
# pypy fails in some cases but we don't care much about that
109
# with github actions we can't mark some jobs to not affect the overall
110
# conclusion so we have to omit "allow-failure" tests.
@@ -113,8 +113,7 @@ jobs:
113
deps:
114
- tornado pycurl
115
# timer runs when loop is closed, see https://github.com/lilydjwg/nvchecker/actions/runs/11650699759/job/32439742210
116
- # - aiohttp
117
- - tornado
+ - aiohttp
118
- httpx[http2]>=0.14.0
119
exclude:
120
# this has been run as setup-cache
0 commit comments