Skip to content

Commit

Permalink
Drop support for retired 3.5 and update dependencies. (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Mar 6, 2021
1 parent 7ddfa2f commit 95ac492
Show file tree
Hide file tree
Showing 8 changed files with 643 additions and 336 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON_VERSIONS = 3.5 3.6 3.7 3.8
PYTHON_VERSIONS = 3.6 3.7 3.8
REQUIREMENTS = $(addprefix requirements/,${PYTHON_VERSIONS:=.txt})
TESTS = $(addprefix tests/,${PYTHON_VERSIONS})
IMAGES = $(addprefix image/,${PYTHON_VERSIONS})
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ When trying to launch a testcontainer from within a Docker container two things
Setting up a development environment
------------------------------------

We recommend you use a `virtual environment <https://virtualenv.pypa.io/en/stable/>`_ for development. Note that a python version :code:`>=3.5` is required. After setting up your virtual environment, you can install all dependencies and test the installation by running the following snippet.
We recommend you use a `virtual environment <https://virtualenv.pypa.io/en/stable/>`_ for development. Note that a python version :code:`>=3.6` is required. After setting up your virtual environment, you can install all dependencies and test the installation by running the following snippet.

.. code-block:: bash
Expand Down
91 changes: 0 additions & 91 deletions requirements/3.5.txt

This file was deleted.

Loading

0 comments on commit 95ac492

Please sign in to comment.