Skip to content

Commit

Permalink
Drop 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Sep 27, 2023
1 parent b74c9de commit 0701e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:

strategy:
matrix:
python-version: ['3.10', '3.9', '3.8']
python-version: ['3.10', '3.9']
extra: ['']
include:
- python-version: '3.8'
- python-version: '3.9'
extra: -minver
- python-version: '3.11'
extra: -mindep
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand Down

0 comments on commit 0701e65

Please sign in to comment.