@@ -15,8 +15,6 @@ classifiers = [
15
15
" Operating System :: OS Independent" ,
16
16
" Programming Language :: Python" ,
17
17
" Programming Language :: Python :: 3" ,
18
- " Programming Language :: Python :: 3.5" ,
19
- " Programming Language :: Python :: 3.6" ,
20
18
" Programming Language :: Python :: 3.7" ,
21
19
" Programming Language :: Python :: 3.8" ,
22
20
" Programming Language :: Python :: 3.9" ,
@@ -30,7 +28,6 @@ classifiers = [
30
28
]
31
29
dependencies = [
32
30
" colorama>=0.3.4 ; sys_platform=='win32'" ,
33
- " aiocontextvars>=0.2.0 ; python_version<'3.7'" ,
34
31
" win32-setctime>=1.0.0 ; sys_platform=='win32'"
35
32
]
36
33
description = " Python logging made (stupidly) simple"
@@ -52,7 +49,7 @@ dev = [
52
49
" pytest==8.2.1 ; python_version>='3.8'" ,
53
50
" pytest-cov==2.12.1 ; python_version<'3.8'" ,
54
51
" pytest-cov==5.0.0 ; python_version>='3.8'" ,
55
- " pytest-mypy-plugins==1.9.3 ; python_version>='3.6' and python_version <'3.8'" ,
52
+ " pytest-mypy-plugins==1.9.3 ; python_version<'3.8'" ,
56
53
" pytest-mypy-plugins==3.1.0 ; python_version>='3.8'" ,
57
54
# Testing utils.
58
55
" colorama==0.4.5 ; python_version<'3.8'" ,
@@ -61,8 +58,7 @@ dev = [
61
58
" freezegun==1.5.0 ; python_version>='3.8'" ,
62
59
" exceptiongroup==1.1.3 ; python_version>='3.7' and python_version<'3.11'" ,
63
60
# Type checking.
64
- " mypy==v0.910 ; python_version<'3.6'" ,
65
- " mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'" ,
61
+ " mypy==v0.971 ; python_version<'3.7'" ,
66
62
" mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'" ,
67
63
" mypy==v1.10.0 ; python_version>='3.8'" ,
68
64
# Docs.
0 commit comments