File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3333 matrix :
3434 os : ["ubuntu-latest"]
3535 python-version : [
36- ' 3.7' , '3.12 ',
36+ ' 3.7' , '3.13 ',
3737 ' pypy-3.7' , 'pypy-3.10',
3838 ]
3939 steps :
Original file line number Diff line number Diff line change 11# CHANGELOG
22
33## unreleased
4+ - CI: Verified support on Python 3.13
45
56## 4.2.0 (2024-10-18)
67- Allowed setting the session pool size in ` niquests ` . Thanks, @sjoeboo .
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ classifiers =
3636 Programming Language :: Python :: 3.10
3737 Programming Language :: Python :: 3.11
3838 Programming Language :: Python :: 3.12
39+ Programming Language :: Python :: 3.13
3940 Programming Language :: Python :: Implementation :: CPython
4041 Programming Language :: Python :: Implementation :: PyPy
4142 Topic :: Communications
You can’t perform that action at this time.
0 commit comments