File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55[ ![ Last commit] ( https://img.shields.io/github/last-commit/arangodb/python-arango-async )] ( https://github.com/arangodb/python-arango-async/commits/main )
66
77[ ![ PyPI version badge] ( https://img.shields.io/pypi/v/python-arango-async?color=3775A9&style=for-the-badge&logo=pypi&logoColor=FFD43B )] ( https://pypi.org/project/python-arango-async/ )
8- [ ![ Python versions badge] ( https://img.shields.io/badge/3.9 %2B-3776AB?style=for-the-badge&logo=python&logoColor=FFD43B&label=Python )] ( https://pypi.org/project/python-arango-async/ )
8+ [ ![ Python versions badge] ( https://img.shields.io/badge/3.10 %2B-3776AB?style=for-the-badge&logo=python&logoColor=FFD43B&label=Python )] ( https://pypi.org/project/python-arango-async/ )
99
1010[ ![ License] ( https://img.shields.io/github/license/arangodb/python-arango?color=9E2165&style=for-the-badge )] ( https://github.com/arangodb/python-arango/blob/main/LICENSE )
1111[ ![ Code style: black] ( https://img.shields.io/static/v1?style=for-the-badge&label=code%20style&message=black&color=black )] ( https://github.com/psf/black )
Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ readme = "README.md"
2121dynamic = [" version" ]
2222license = " MIT"
2323license-files = " LICENSE"
24- requires-python = " >=3.9 "
24+ requires-python = " >=3.10 "
2525
2626classifiers = [
2727 " Intended Audience :: Developers" ,
2828 " Natural Language :: English" ,
2929 " Operating System :: OS Independent" ,
3030 " Programming Language :: Python :: 3" ,
31- " Programming Language :: Python :: 3.9" ,
3231 " Programming Language :: Python :: 3.10" ,
3332 " Programming Language :: Python :: 3.11" ,
3433 " Programming Language :: Python :: 3.12" ,
34+ " Programming Language :: Python :: 3.13" ,
3535 " Topic :: Documentation :: Sphinx" ,
3636 " Typing :: Typed" ,
3737]
You can’t perform that action at this time.
0 commit comments