diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9395138..ef013f5 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 diff --git a/setup.py b/setup.py index 0de7708..9ebd636 100644 --- a/setup.py +++ b/setup.py @@ -140,7 +140,6 @@ def tree(source, allowed_ext=data_allowed_ext, tree_name='share/pyobjus-'): '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',