Skip to content

Commit 3ea1dde

Browse files
committed
Test aiohttp on 3.13
1 parent aa57373 commit 3ea1dde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integrations-web-frameworks-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python-version: ["3.6","3.7","3.8","3.11","3.12"]
30+
python-version: ["3.6","3.7","3.8","3.11","3.12","3.13"]
3131
# python3.6 reached EOL and is no longer being supported on
3232
# new versions of hosted runners on Github Actions
3333
# ubuntu-20.04 is the last version that supported python3.6

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ envlist =
3030
# AIOHTTP
3131
{py3.7}-aiohttp-v{3.4}
3232
{py3.7,py3.9,py3.11}-aiohttp-v{3.8}
33-
{py3.8,py3.11,py3.12}-aiohttp-latest
33+
{py3.8,py3.11,py3.12,py3.13}-aiohttp-latest
3434

3535
# Anthropic
3636
{py3.7,py3.11,py3.12}-anthropic-v{0.16,0.25}

0 commit comments

Comments
 (0)