Skip to content

Commit

Permalink
drop support for python v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Nov 29, 2024
1 parent 70005ed commit f2c5819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ After a successful submission, new tsv tables will be generated with the ENA acc

## Tool dependencies

* python 3.7+ including following packages:
* python 3.8+ including following packages:
* Genshi
* lxml
* pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
classifiers=[
"Operating System :: OS Independent"
],
python_requires='>=3.7',
python_requires='>=3.8',
entry_points={
'console_scripts': ["ena-upload-cli=ena_upload.ena_upload:main"]
},
Expand Down

0 comments on commit f2c5819

Please sign in to comment.