Skip to content

Commit

Permalink
CI: Verify support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 15, 2024
1 parent 9641336 commit 3cd81de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: ["ubuntu-20.04"]
python-version: [
"3.6",
"3.11",
"3.12",
]

env:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- Add support for Python 3.10 and 3.11
- Verify support for Python 3.10, 3.11, and 3.12
- Configure HTTP client to use a network timeout of 10 seconds
- Use `versioningit` for versioning
- Tests: Remove dependency on Apiary Mock Server API
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 3cd81de

Please sign in to comment.