Skip to content

Commit 287c1b5

Browse files
Bump min supported Python version to 3.6
1 parent 3a5f0e9 commit 287c1b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.5, '3.x']
14+
python-version: [3.6, '3.x']
1515

1616
steps:
1717
- uses: actions/checkout@v2

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The aim of the project is to support the most common parts of the CiA 301
66
standard in a simple Pythonic interface. It is mainly targeted for testing and
77
automation tasks rather than a standard compliant master implementation.
88

9-
The library supports Python 3.4+.
9+
The library supports Python 3.6+.
1010

1111

1212
Features

0 commit comments

Comments
 (0)