Skip to content

Commit 9072d08

Browse files
authored
Merge pull request #544 from spulec/remove-py-37-support
Admin: Remove Py 3.7 support
2 parents 74a6914 + 6ed09f8 commit 9072d08

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
strategy:
4141
matrix:
4242
python-version:
43-
- '3.7'
4443
- '3.8'
4544
- '3.9'
4645
- '3.10'

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ license = Apache 2.0
1515
classifiers =
1616
License :: OSI Approved :: Apache Software License
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
2120
Programming Language :: Python :: 3.10
@@ -26,7 +25,7 @@ classifiers =
2625

2726
[options]
2827
packages = freezegun
29-
python_requires = >=3.7
28+
python_requires = >=3.8
3029
install_requires =
3130
python-dateutil >= 2.7
3231
include_package_data = true

0 commit comments

Comments
 (0)