Skip to content

Commit

Permalink
Merge pull request saulpw#2008 from saulpw/3.7
Browse files Browse the repository at this point in the history
[build] drop support for Python 3.7
  • Loading branch information
anjakefala authored Aug 26, 2023
2 parents 570e5da + 2653f5a commit 9ec71f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10", "3.11"]

runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ VisiData supports tsv, csv, sqlite, json, xlsx (Excel), hdf5, and [many other fo
## Platform requirements

- Linux, OS/X, or Windows (with WSL)
- Python 3.7+
- Python 3.8+
- additional Python modules are required for certain formats and sources

## Install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Saul Pwanson',
python_requires='>=3.7',
python_requires='>=3.8',
author_email='visidata@saul.pw',
url='https://visidata.org',
download_url='https://github.com/saulpw/visidata/tarball/' + __version__,
Expand Down

0 comments on commit 9ec71f3

Please sign in to comment.