Skip to content

Commit

Permalink
Admin: Remove Py 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 23, 2024
1 parent 3b33260 commit 6ed09f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -38,7 +37,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -48,8 +46,6 @@ jobs:
- '' # CPython
- 'pypy' # PyPy
exclude: # unreleased;
- implementation: 'pypy'
python-version: '3.10'
- implementation: 'pypy'
python-version: '3.11'
- implementation: 'pypy'
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -15,7 +15,6 @@ license = Apache 2.0
classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -26,7 +25,7 @@ classifiers =

[options]
packages = freezegun
python_requires = >=3.7
python_requires = >=3.8
install_requires =
python-dateutil >= 2.7
include_package_data = true

0 comments on commit 6ed09f8

Please sign in to comment.