Skip to content

Commit

Permalink
Update Python and NiFi supported versions (#348)
Browse files Browse the repository at this point in the history
* Update readme for version support

* update python support to 3.7 through 3.11
  • Loading branch information
Chaffelson authored Apr 15, 2024
1 parent abd391b commit e3f0ae3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,15 @@ Background and Documentation
NiFi Version Support
--------------------

| Currently we are testing against NiFi versions 1.1.2 - 1.17.0, and NiFi-Registry versions 0.1.0 - 1.17.0.
| Currently we are testing against NiFi versions 1.1.2 - 1.23.2, and NiFi-Registry versions 0.1.0 - 1.23.2.
| If you find a version compatibility problem please raise an `issue <https://github.com/Chaffelson/nipyapi/issues>`_
Python Requirements
-------------------
Python Support
--------------

| Python 2.7 or 3.6-9 supported, though other versions may work. *We will shortly stop supporting Python2* *There are known issues on Python 3.10*
| Tested on AL2 and OSX 10.14.x - Windows automated testing not attempted
| Python 2.7 or 3.7-12 supported, though other versions may work.
| We will shortly stop supporting Python2.
| OSX M1 chips have various issues with Requests and Certificates.
| Tested on AL2023, developed on OSX 14.2 - Windows testing not attempted.
| Outside of the standard Python modules, we make use of lxml, DeepDiff, ruamel.yaml and xmltodict in processing, and Docker for demo/tests.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tox]
envlist = python2, python3, flake8, lint
envlist = python2, python3old, python3new, flake8, lint

[travis]
python =
3.9: python3
3.7: python3old
3.11: python3new
2.7: python2

[flake8]
Expand Down

0 comments on commit e3f0ae3

Please sign in to comment.