Skip to content

Commit

Permalink
Remove support for Python 3.7 as reached EOL (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored May 25, 2024
1 parent c30a842 commit eabefdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- macos-latest
- apple-silicon-m1
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit eabefdf

Please sign in to comment.