Skip to content

Commit

Permalink
Remove support for Python 3.7 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Aug 15, 2023
1 parent 6b32bd3 commit ed0b129
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
os: [ ubuntu-20.04, macOS-latest, windows-latest ]
python-version: [ '3.8' ]
include:
- os: ubuntu-latest
python-version: '3.7'
- os: ubuntu-latest
python-version: '3.9'
- os: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
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 Down

0 comments on commit ed0b129

Please sign in to comment.