Skip to content

Commit 3cd81de

Browse files
committed
CI: Verify support for Python 3.12
1 parent 9641336 commit 3cd81de

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: ["ubuntu-20.04"]
2626
python-version: [
2727
"3.6",
28-
"3.11",
28+
"3.12",
2929
]
3030

3131
env:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- Add support for Python 3.10 and 3.11
3+
- Verify support for Python 3.10, 3.11, and 3.12
44
- Configure HTTP client to use a network timeout of 10 seconds
55
- Use `versioningit` for versioning
66
- Tests: Remove dependency on Apiary Mock Server API

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"Programming Language :: Python :: 3.9",
8080
"Programming Language :: Python :: 3.10",
8181
"Programming Language :: Python :: 3.11",
82+
"Programming Language :: Python :: 3.12",
8283
"Topic :: Software Development :: Libraries",
8384
"Topic :: Software Development :: Libraries :: Python Modules",
8485
],

0 commit comments

Comments
 (0)