Skip to content

Commit 1f2f9d1

Browse files
authored
Merge pull request #477 from rollbar/added/python-3.13-support
Added Python 3.13 support
2 parents eda7210 + f4bd8af commit 1f2f9d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
15+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
1616
framework:
1717
- NONE
1818
- FLASK_VERSION=1.1.4
@@ -65,6 +65,8 @@ jobs:
6565
python-version: 3.11
6666
- framework: TWISTED_VERSION=20.3.0
6767
python-version: 3.12
68+
- framework: TWISTED_VERSION=20.3.0
69+
python-version: 3.13
6870
- framework: TWISTED_VERSION=22.10.0
6971
python-version: 3.6
7072

0 commit comments

Comments
 (0)