@@ -10,7 +10,7 @@ name = "pytest-base-url"
10
10
description = " pytest plugin for URL based testing"
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
" base" ,
@@ -26,16 +26,16 @@ classifiers = [
26
26
" Development Status :: 5 - Production/Stable" ,
27
27
" Framework :: Pytest" ,
28
28
" Intended Audience :: Developers" ,
29
- " License :: OSI Approved :: MIT License" ,
29
+ " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) " ,
30
30
" Natural Language :: English" ,
31
31
" Operating System :: POSIX" ,
32
32
" Operating System :: Microsoft :: Windows" ,
33
33
" Operating System :: MacOS :: MacOS X" ,
34
- " Programming Language :: Python :: 3.7" ,
35
34
" Programming Language :: Python :: 3.8" ,
36
35
" Programming Language :: Python :: 3.9" ,
37
36
" Programming Language :: Python :: 3.10" ,
38
37
" Programming Language :: Python :: 3.11" ,
38
+ " Programming Language :: Python :: 3.12" ,
39
39
" Programming Language :: Python :: Implementation :: CPython" ,
40
40
" Programming Language :: Python :: Implementation :: PyPy" ,
41
41
" Topic :: Software Development :: Quality Assurance" ,
0 commit comments