Skip to content

Commit

Permalink
Drop Python <3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Feb 18, 2024
1 parent 531d17a commit af2bea2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ environment (we highly recommend using anaconda) and install *PVGeo* through pip
pip install PVGeo
```

Now *PVGeo* is ready for use in your standard Python environment (>=3.6)
Now *PVGeo* is ready for use in your standard Python environment (>=3.8)
with all dependencies installed! Go ahead and test your install:

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/source/overview/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Getting Started
Using PVGeo in a Python Environment
-----------------------------------

If you'd like to use PVGeo in Python (>=3.6), then simply
If you'd like to use PVGeo in Python (>=3.8), then simply
install PVGeo to your active Python environment with ``pip``
or ``conda``

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
url="https://github.com/OpenGeoVis/PVGeo",
packages=setuptools.find_packages(),
install_requires=install_requires,
python_requires='>=3.6',
python_requires='>=3.8',
extras_require={
'pyproj': ['pyproj>=1.9'],
'omf': ['omf>=0.9.3', 'omfvista>=0.2.0'],
Expand Down

0 comments on commit af2bea2

Please sign in to comment.