File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Last commit] ( https://img.shields.io/github/last-commit/arangodb/python-arango-async )] ( https://github.com/arangodb/python-arango-async/commits/main )
6
6
7
7
[ ![ 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/ )
9
9
10
10
[ ![ 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 )
11
11
[ ![ 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"
21
21
dynamic = [" version" ]
22
22
license = " MIT"
23
23
license-files = " LICENSE"
24
- requires-python = " >=3.9 "
24
+ requires-python = " >=3.10 "
25
25
26
26
classifiers = [
27
27
" Intended Audience :: Developers" ,
28
28
" Natural Language :: English" ,
29
29
" Operating System :: OS Independent" ,
30
30
" Programming Language :: Python :: 3" ,
31
- " Programming Language :: Python :: 3.9" ,
32
31
" Programming Language :: Python :: 3.10" ,
33
32
" Programming Language :: Python :: 3.11" ,
34
33
" Programming Language :: Python :: 3.12" ,
34
+ " Programming Language :: Python :: 3.13" ,
35
35
" Topic :: Documentation :: Sphinx" ,
36
36
" Typing :: Typed" ,
37
37
]
You can’t perform that action at this time.
0 commit comments