Skip to content

Commit 4a36b98

Browse files
committed
Add Python 3.13 to test matrix
1 parent a396812 commit 4a36b98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: "${{ matrix.os }}"
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616
os: [ubuntu-latest]
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Setup Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
3333
# run: python -m pytest tests --cov=./aiohttp_socks --cov-report term-missing -s
3434
run: python -m pytest tests --cov=./aiohttp_socks --cov-report xml
3535
- name: Upload coverage
36-
uses: codecov/codecov-action@v4.0.1
36+
uses: codecov/codecov-action@v5
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
slug: romis2012/aiohttp-socks

0 commit comments

Comments
 (0)