Skip to content

Commit

Permalink
Drop Py3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
WillianFuks authored and WillianFuks committed Jan 13, 2025
1 parent 4d23f10 commit 3688b83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/run-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: macos-latest
python: 3.7
python: '3.8'
- os: macos-latest
python: 3.8
- os: macos-latest
python: 3.9
python: '3.9'
- os: macos-latest
python: '3.10'
- os: macos-latest
python: '3.11'
- os: windows-latest
python: 3.7
- os: windows-latest
python: 3.8
python: '3.8'
- os: windows-latest
python: 3.9
python: '3.9'
- os: windows-latest
python: '3.10'
- os: windows-latest
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'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 3688b83

Please sign in to comment.