We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5f0e9 commit 287c1b5Copy full SHA for 287c1b5
.github/workflows/pythonpackage.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: [3.5, '3.x']
+ python-version: [3.6, '3.x']
15
16
steps:
17
- uses: actions/checkout@v2
README.rst
@@ -6,7 +6,7 @@ The aim of the project is to support the most common parts of the CiA 301
6
standard in a simple Pythonic interface. It is mainly targeted for testing and
7
automation tasks rather than a standard compliant master implementation.
8
9
-The library supports Python 3.4+.
+The library supports Python 3.6+.
10
Features
0 commit comments