@@ -10,7 +10,7 @@ name = "pytest-variables"
10
10
description = " pytest plugin for providing variables to tests/fixtures"
11
11
readme = " README.rst"
12
12
license = " MPL-2.0"
13
- requires-python = " >=3.7 "
13
+ requires-python = " >=3.8 "
14
14
keywords = [
15
15
" pytest" ,
16
16
" json" ,
@@ -24,16 +24,16 @@ classifiers = [
24
24
" Development Status :: 5 - Production/Stable" ,
25
25
" Framework :: Pytest" ,
26
26
" Intended Audience :: Developers" ,
27
- " License :: OSI Approved :: MIT License" ,
27
+ " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) " ,
28
28
" Natural Language :: English" ,
29
29
" Operating System :: POSIX" ,
30
30
" Operating System :: Microsoft :: Windows" ,
31
31
" Operating System :: MacOS :: MacOS X" ,
32
- " Programming Language :: Python :: 3.7" ,
33
32
" Programming Language :: Python :: 3.8" ,
34
33
" Programming Language :: Python :: 3.9" ,
35
34
" Programming Language :: Python :: 3.10" ,
36
35
" Programming Language :: Python :: 3.11" ,
36
+ " Programming Language :: Python :: 3.12" ,
37
37
" Programming Language :: Python :: Implementation :: CPython" ,
38
38
" Programming Language :: Python :: Implementation :: PyPy" ,
39
39
" Topic :: Software Development :: Quality Assurance" ,
0 commit comments