Skip to content

Commit

Permalink
MOTOR-1364 Add support for Python 3.13 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Sep 11, 2024
1 parent 5c77c38 commit e13888b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,10 @@ axes:
variables:
TOX_ENV: "test"
PYTHON_BINARY: "/opt/python/3.12/bin/python3"
- id: "test-py313"
variables:
TOX_ENV: "test"
PYTHON_BINARY: "/opt/python/3.13/bin/python3"
- id: "test-pymongo-latest"
variables:
TOX_ENV: "test-pymongo-latest"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

[project.urls]
Expand Down

0 comments on commit e13888b

Please sign in to comment.