@@ -12,7 +12,7 @@ dependencies = [
12
12
" requests<3.0.0,>=2.9.1" ,
13
13
" typing-extensions>=4.7.1; python_version < '3.12'" ,
14
14
]
15
- requires-python = " >=3.7 "
15
+ requires-python = " >=3.8 "
16
16
readme = " README.md"
17
17
license = {text = " MIT" }
18
18
keywords = [" backblaze" , " b2" , " cloud" , " storage" ]
@@ -22,12 +22,12 @@ classifiers = [
22
22
" Topic :: Software Development :: Libraries" ,
23
23
" License :: OSI Approved :: MIT License" ,
24
24
" Programming Language :: Python :: 3" ,
25
- " Programming Language :: Python :: 3.7" ,
26
25
" Programming Language :: Python :: 3.8" ,
27
26
" Programming Language :: Python :: 3.9" ,
28
27
" Programming Language :: Python :: 3.10" ,
29
28
" Programming Language :: Python :: 3.11" ,
30
29
" Programming Language :: Python :: 3.12" ,
30
+ " Programming Language :: Python :: 3.13" ,
31
31
]
32
32
33
33
[project .urls ]
@@ -169,9 +169,7 @@ test = [
169
169
" pytest-timeout==2.1.0" ,
170
170
" tqdm<5.0.0,>=4.5.0" ,
171
171
" eval_type_backport>=0.1.3,<1; python_version<'3.10'" , # used with pydantic
172
- # remove `and platform_python_implementation!='PyPy'` after dropping Python 3.7 support as that
173
- # will allow us to update pydantic to a version which installs properly under PyPy
174
- " pydantic>=2.0.1,<3; python_version>='3.8' and platform_python_implementation!='PyPy'" ,
172
+ " pydantic>=2.0.1" ,
175
173
" pywin32>=306; sys_platform == \" win32\" and platform_python_implementation!='PyPy'" ,
176
174
]
177
175
release = [
0 commit comments