Skip to content

Commit

Permalink
Add Python 3.13 support
Browse files Browse the repository at this point in the history
PR #391
  • Loading branch information
pmisik committed Sep 14, 2024
1 parent 8bbd32a commit 8467eb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
twisted-version: "latest"
experimental: false

- python-version: "3.13"
twisted-version: "latest"
experimental: true

- python-version: "pypy-3.10"
twisted-version: "latest"
experimental: false
Expand Down Expand Up @@ -116,6 +120,7 @@ jobs:
"3.10": "py310",
"3.11": "py311",
"3.12": "py312",
"3.13": "py313",
"pypy-3.8": "pypy3",
"pypy-3.9": "pypy3",
"pypy-3.10": "pypy3",
Expand Down
1 change: 1 addition & 0 deletions changelog.d/391.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python 3.13 is now supported. (https://github.com/twisted/treq/issues/391)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down

0 comments on commit 8467eb1

Please sign in to comment.