Remove support for Python 3.7 as reached EOL (#108)

This commit is contained in:
Mirko Galimberti 2024-05-25 11:38:20 +02:00 committed by GitHub
parent c30a8425d3
commit eabefdf914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -13,7 +13,6 @@ jobs:
- macos-latest
- apple-silicon-m1
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
@ -23,8 +22,6 @@ jobs:
- "<3"
- ">=3"
exclude:
- runs_on: apple-silicon-m1
python: "3.7"
- runs_on: apple-silicon-m1
python: "3.8"
- runs_on: apple-silicon-m1

View File

@ -140,7 +140,6 @@ setup(
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: MacOS',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',