Skip to content

Commit a0bfe3b

Browse files
committed
Up to c
1 parent 56491fc commit a0bfe3b

7 files changed

+14
-14
lines changed

.github/workflows/test-integrations-cloud-computing.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.8","3.11","3.12"]
30+
python-version: ["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

.github/workflows/test-integrations-data-processing.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.10","3.11","3.12"]
30+
python-version: ["3.6","3.7","3.8","3.10","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

.github/workflows/test-integrations-databases.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.7","3.8","3.11","3.12"]
30+
python-version: ["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

.github/workflows/test-integrations-graphql.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.7","3.8","3.11","3.12"]
30+
python-version: ["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

.github/workflows/test-integrations-networking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: false
9797
matrix:
98-
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12"]
98+
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
9999
# python3.6 reached EOL and is no longer being supported on
100100
# new versions of hosted runners on Github Actions
101101
# ubuntu-20.04 is the last version that supported python3.6

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
python-version: ["3.6","3.7","3.8","3.9","3.11","3.12"]
122+
python-version: ["3.6","3.7","3.8","3.9","3.11","3.12","3.13"]
123123
# python3.6 reached EOL and is no longer being supported on
124124
# new versions of hosted runners on Github Actions
125125
# ubuntu-20.04 is the last version that supported python3.6

tox.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ envlist =
1212
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common
1313

1414
# === Gevent ===
15-
{py3.6,py3.8,py3.10,py3.11,py3.12}-gevent
15+
{py3.6,py3.8,py3.10,py3.11,py3.12,py3.13}-gevent
1616

1717
# === Integrations ===
1818
# General format is {pythonversion}-{integrationname}-v{frameworkversion}
@@ -38,14 +38,14 @@ envlist =
3838

3939
# Ariadne
4040
{py3.8,py3.11}-ariadne-v{0.20}
41-
{py3.8,py3.11,py3.12}-ariadne-latest
41+
{py3.8,py3.11,py3.12,py3.13}-ariadne-latest
4242

4343
# Arq
4444
{py3.7,py3.11}-arq-v{0.23}
45-
{py3.7,py3.11,py3.12}-arq-latest
45+
{py3.7,py3.11,py3.12,py3.13}-arq-latest
4646

4747
# Asgi
48-
{py3.7,py3.11,py3.12}-asgi
48+
{py3.7,py3.11,py3.12,py3.13}-asgi
4949

5050
# asyncpg
5151
{py3.7,py3.10}-asyncpg-v{0.23}
@@ -65,7 +65,7 @@ envlist =
6565
{py3.6,py3.7}-boto3-v{1.12}
6666
{py3.7,py3.11,py3.12}-boto3-v{1.23}
6767
{py3.11,py3.12}-boto3-v{1.34}
68-
{py3.11,py3.12}-boto3-latest
68+
{py3.11,py3.12,py3.13}-boto3-latest
6969

7070
# Bottle
7171
{py3.6,py3.9}-bottle-v{0.12}
@@ -76,15 +76,15 @@ envlist =
7676
{py3.6,py3.8}-celery-v{5.0}
7777
{py3.7,py3.10}-celery-v{5.1,5.2}
7878
{py3.8,py3.11,py3.12}-celery-v{5.3,5.4}
79-
{py3.8,py3.11,py3.12}-celery-latest
79+
{py3.8,py3.11,py3.12,py3.13}-celery-latest
8080

8181
# Chalice
8282
{py3.6,py3.9}-chalice-v{1.16}
83-
{py3.8,py3.12}-chalice-latest
83+
{py3.8,py3.12,py3.13}-chalice-latest
8484

8585
# Clickhouse Driver
8686
{py3.8,py3.11}-clickhouse_driver-v{0.2.0}
87-
{py3.8,py3.11,py3.12}-clickhouse_driver-latest
87+
{py3.8,py3.11,py3.12,py3.13}-clickhouse_driver-latest
8888

8989
# Cloud Resource Context
9090
{py3.6,py3.11,py3.12}-cloud_resource_context

0 commit comments

Comments
 (0)