Skip to content

Commit

Permalink
bump min required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Nov 5, 2024
1 parent 03945c8 commit 17f1d0c
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 @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11', '3.12']
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version():
"Intended Audience :: Science/Research",
],
packages=["repo2rocrate"],
python_requires=">=3.8, <4",
python_requires=">=3.9, <4",
install_requires=["click", "pyyaml", "rocrate"],
entry_points={
"console_scripts": ["repo2rocrate=repo2rocrate.cli:cli"],
Expand Down

0 comments on commit 17f1d0c

Please sign in to comment.