We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a6914 + 6ed09f8 commit 9072d08Copy full SHA for 9072d08
2 files changed
.github/workflows/ci.yaml
@@ -40,7 +40,6 @@ jobs:
40
strategy:
41
matrix:
42
python-version:
43
- - '3.7'
44
- '3.8'
45
- '3.9'
46
- '3.10'
setup.cfg
@@ -15,7 +15,6 @@ license = Apache 2.0
15
classifiers =
16
License :: OSI Approved :: Apache Software License
17
Programming Language :: Python :: 3
18
- Programming Language :: Python :: 3.7
19
Programming Language :: Python :: 3.8
20
Programming Language :: Python :: 3.9
21
Programming Language :: Python :: 3.10
@@ -26,7 +25,7 @@ classifiers =
26
25
27
[options]
28
packages = freezegun
29
-python_requires = >=3.7
+python_requires = >=3.8
30
install_requires =
31
python-dateutil >= 2.7
32
include_package_data = true
0 commit comments