mirror of https://github.com/kivy/pyobjus.git
Remove support for Python 3.7 as reached EOL (#108)
This commit is contained in:
parent
c30a8425d3
commit
eabefdf914
|
@ -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
|
||||
|
|
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue