Skip to content

Commit

Permalink
Drop Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Apr 29, 2024
1 parent 4f301b3 commit 76f71b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest' ]
python: [3.7, 3.8, 3.9, '3.10']
python: [3.8, 3.9, '3.10']
include:
- os: 'darwin'
python: '3.8'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read(*parts):
"console_scripts": ["protobuf-uml-diagram=protobuf_uml_diagram:main"]
},
py_modules=['protobuf_uml_diagram'],
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=install_requires,
tests_require=tests_require,
extras_require=extras_require,
Expand Down

0 comments on commit 76f71b0

Please sign in to comment.