Skip to content

Commit

Permalink
Support Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Aug 12, 2022
1 parent 151e04f commit 071bb53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- 3.7
- 3.8
- 3.9
- "3.10"
mongo-version:
- 4.0
- 4.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="https://codecov.io/gh/art049/odmantic" target="_blank">
<img src="https://codecov.io/gh/art049/odmantic/branch/master/graph/badge.svg?token=3NYZK14STZ" alt="coverage">
</a>
<img src="https://img.shields.io/badge/python-3.7%20|%203.8%20|%203.9-informational.svg" alt="python-3.7-3.8">
<img src="https://img.shields.io/badge/python-3.7%20|%203.8%20|%203.9%20|%203.10-informational.svg" alt="python-3.7-3.8-3.9-3.10">
<a href="https://pypi.org/project/odmantic" target="_blank">
<img src="https://img.shields.io/pypi/v/odmantic?color=%2334D058&label=pypi" alt="Package version">
</a>
Expand Down Expand Up @@ -47,7 +47,7 @@ Core features:

## Requirements

**Python**: 3.7 and later (tested against 3.7, 3.8 and 3.9)
**Python**: 3.7 and later (tested against 3.7, 3.8, 3.9 and 3.10)

**MongoDB**: 4.0 and later

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
]
Expand Down

0 comments on commit 071bb53

Please sign in to comment.