Skip to content

Commit 95ac492

Browse files
Drop support for retired 3.5 and update dependencies. (#132)
1 parent 7ddfa2f commit 95ac492

File tree

8 files changed

+643
-336
lines changed

8 files changed

+643
-336
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
python-version: [3.5, 3.6, 3.7, 3.8]
12+
python-version: [3.6, 3.7, 3.8]
1313
runs-on: ubuntu-18.04
1414
steps:
1515
- uses: actions/checkout@v2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PYTHON_VERSIONS = 3.5 3.6 3.7 3.8
1+
PYTHON_VERSIONS = 3.6 3.7 3.8
22
REQUIREMENTS = $(addprefix requirements/,${PYTHON_VERSIONS:=.txt})
33
TESTS = $(addprefix tests/,${PYTHON_VERSIONS})
44
IMAGES = $(addprefix image/,${PYTHON_VERSIONS})

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ When trying to launch a testcontainer from within a Docker container two things
6565
Setting up a development environment
6666
------------------------------------
6767

68-
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.
68+
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.
6969

7070
.. code-block:: bash
7171

requirements/3.5.txt

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)