Skip to content

Commit

Permalink
Merge pull request #3030 from lioman/master
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Aug 31, 2022
2 parents 09d434d + 5103aa9 commit 6af939e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu
python: "3.6"
- os: ubuntu
python: "3.7"
- os: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ instructions will utilize Pip_ and Poetry_. These tools facilitate managing
virtual environments for separate Python projects that are isolated from one
another, so you can use different packages (and package versions) for each.

Please note that Python 3.6+ is required for Pelican development.
Please note that Python 3.7+ is required for Pelican development.

*(Optional)* If you prefer to `install Poetry <https://python-poetry.org/docs/master/#installation>`_ once for use with multiple projects,
you can install it via::
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installing Pelican
##################

Pelican currently runs best on 3.6+; earlier versions of Python are not supported.
Pelican currently runs best on 3.7+; earlier versions of Python are not supported.

You can install Pelican via several different methods. The simplest is via Pip_::

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
'License :: OSI Approved :: GNU Affero General Public License v3',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist = py{3.6,3.7,3.8,3.9,3.10},docs,flake8
envlist = py{3.7,3.8,3.9,3.10},docs,flake8

[testenv]
basepython =
py3.6: python3.6
py3.7: python3.7
py3.8: python3.8
py3.9: python3.9
Expand Down

0 comments on commit 6af939e

Please sign in to comment.