summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-12-16 20:11:13 +1100
committerBrian May <brian@linuxpenguins.xyz>2020-12-16 20:11:13 +1100
commit4a65f97c8bafbd08b1cf7be1764b3b5212a4d192 (patch)
tree57da41cb48d8a18f3f2faa0c31e3cda013898e85 /.github
parent461e676973c692f2f3fa07beebbc5bd1d9babcab (diff)
Drop testing of Python 3.5
Due to message from CI: DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 5aca725..fc178c6 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2