Skip to content

Commit 18851b6

Browse files
committed
ci: Drop Python 3.4 support
Python 3.4 was dropped from manylinux in `https://github.com/pypa/manylinux/issues/427` so that we cannot release it anymore.
1 parent 27f8aa1 commit 18851b6

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ jobs:
5050
path: out
5151
destination: artifacts
5252

53-
python_34:
54-
docker:
55-
- image: circleci/python:3.4.10
56-
environment: *env
57-
working_directory: ~/python-mbedtls
58-
steps: *steps
59-
6053
python_35:
6154
docker:
6255
- image: circleci/python:3.5.9
@@ -170,5 +163,4 @@ workflows:
170163
- python_37
171164
- python_36
172165
- python_35
173-
- python_34
174166
- python_27

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[next]
22

33
* ci: Partial support to Python 3.9
4+
* *: Drop Python 3.4
45

56
[1.1.0] - 2020-02-22
67

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ https://synss.github.io/python-mbedtls/
6565
Installation
6666
============
6767

68-
The bindings are tested with Python 2.7, 3.4, 3.5, 3.6, and 3.7 on Linux
68+
The bindings are tested with Python 2.7, 3.5, 3.6, 3.7, and 3.8 on Linux
6969
and macOS.
7070

7171
`manylinux1`_ wheels are available for 64-bit Linux systems. Install

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def readme():
167167
"Development Status :: 5 - Production/Stable",
168168
"Programming Language :: Cython",
169169
"Programming Language :: Python :: 2.7",
170-
"Programming Language :: Python :: 3.4",
171170
"Programming Language :: Python :: 3.5",
172171
"Programming Language :: Python :: 3.6",
173172
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)