@@ -17,21 +17,22 @@ maintainers = [
17
17
license = { file = " LICENSE" }
18
18
description = " A Python client for interacting with a VirES server"
19
19
readme = " README.rst"
20
- requires-python = " >=3.6 "
20
+ requires-python = " >=3.7 "
21
21
classifiers = [
22
22
" License :: OSI Approved :: MIT License" ,
23
23
" Topic :: Scientific/Engineering" ,
24
24
" Intended Audience :: Science/Research" ,
25
25
" Intended Audience :: Developers" ,
26
26
" Operating System :: OS Independent" ,
27
- " License :: OSI Approved :: MIT License" ,
28
27
" Programming Language :: Python" ,
29
28
" Programming Language :: Python :: 3" ,
30
- " Programming Language :: Python :: 3.6" ,
31
29
" Programming Language :: Python :: 3.7" ,
32
30
" Programming Language :: Python :: 3.8" ,
33
31
" Programming Language :: Python :: 3.9" ,
34
32
" Programming Language :: Python :: 3.10" ,
33
+ " Programming Language :: Python :: 3.11" ,
34
+ " Programming Language :: Python :: 3.12" ,
35
+ " Programming Language :: Python :: 3.13" ,
35
36
" Development Status :: 5 - Production/Stable" ,
36
37
]
37
38
dynamic = [" version" ]
0 commit comments