Skip to content

Commit

Permalink
Add some missed 3.13 references
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Mar 2, 2024
1 parent 9920c66 commit e639aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Use **pip**:
python -m pip install time-machine
Python 3.8 to 3.12 supported.
Python 3.8 to 3.13 supported.
Only CPython is supported at this time because time-machine directly hooks into the C-level API.


Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Typed",
]
dependencies = [
Expand Down

0 comments on commit e639aea

Please sign in to comment.