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 b614789 commit fdd3be9Copy full SHA for fdd3be9
.github/workflows/main.yaml
@@ -11,9 +11,9 @@ jobs:
11
python-version:
12
- '3.14'
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Use Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
17
with:
18
python-version: ${{ matrix.python-version }}
19
cache: 'pip'
@@ -43,9 +43,9 @@ jobs:
43
- 'pypy3.10'
44
loader: [requests, aiohttp]
45
46
47
48
49
50
51
0 commit comments