Skip to content

Commit

Permalink
PYTHON-4760 Add support for Python 3.13 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Sep 11, 2024
1 parent 67e9c25 commit 6bded66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
ls wheelhouse/*cp310*.whl
ls wheelhouse/*cp311*.whl
ls wheelhouse/*cp312*.whl
ls wheelhouse/*cp313*.whl
- uses: actions/upload-artifact@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Changes in Version 0.12.0
-------------------------
- Add support for Python 3.13.


Changes in Version 0.11.0
-------------------------

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: System :: Systems Administration :: Authentication/Directory",
]
dependencies = []
Expand Down

0 comments on commit 6bded66

Please sign in to comment.