Skip to content

Commit 2a4726a

Browse files
committed
CI: Verify support on Python 3.13
1 parent a630b7c commit 2a4726a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)