|
14 | 14 | license='BSD 3-Clause', |
15 | 15 | keywords='python vega vega-expression', |
16 | 16 | packages=find_packages(exclude=['test']), |
17 | | - python_requires='>=3.6', |
| 17 | + python_requires='>=3.10', |
18 | 18 | install_requires=[ |
19 | | - 'gast>=0.4.0,<0.5' |
| 19 | + 'gast>=0.7.0,<0.8' |
20 | 20 | ], |
21 | 21 | extras_require={ |
22 | 22 | 'testing': ['pytest', 'flake8'], |
|
26 | 26 | 'Intended Audience :: Developers', |
27 | 27 | 'Operating System :: OS Independent', |
28 | 28 | 'Programming Language :: Python :: 3', |
29 | | - 'Programming Language :: Python :: 3.6', |
30 | | - 'Programming Language :: Python :: 3.7', |
31 | | - 'Programming Language :: Python :: 3.8', |
32 | | - 'Programming Language :: Python :: 3.9', |
| 29 | + 'Programming Language :: Python :: 3.10', |
| 30 | + 'Programming Language :: Python :: 3.11', |
| 31 | + 'Programming Language :: Python :: 3.12', |
| 32 | + 'Programming Language :: Python :: 3.13', |
| 33 | + 'Programming Language :: Python :: 3.14', |
33 | 34 | 'Topic :: Software Development :: Libraries :: Python Modules', |
34 | 35 | ], |
35 | 36 | ) |
0 commit comments