Skip to content

Commit

Permalink
jsonread: Adjusted requirements.txt;
Browse files Browse the repository at this point in the history
Added Python 3.11 to unittests
  • Loading branch information
msinn committed Nov 20, 2022
1 parent f887e80 commit 4b73ce0
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
name: Python ${{ matrix.python-version }}
steps:
- name: Setup OS (Ubuntu)
Expand Down
Empty file modified executor/_pv_1_0_4/__init__.py
100644 → 100755
Empty file.
Empty file modified executor/_pv_1_0_4/locale.yaml
100644 → 100755
Empty file.
Empty file modified executor/_pv_1_0_4/plugin.yaml
100644 → 100755
Empty file.
Empty file modified executor/_pv_1_0_4/user_doc.rst
100644 → 100755
Empty file.
Empty file modified executor/_pv_1_0_4/user_doc_en.rst
100644 → 100755
Empty file.
Empty file modified executor/_pv_1_0_4/webif/static/img/readme.txt
100644 → 100755
Empty file.
Empty file modified executor/_pv_1_0_4/webif/templates/index.html
100644 → 100755
Empty file.
Empty file modified executor/webif/__init__.py
100644 → 100755
Empty file.
Empty file modified executor/webif/static/img/plugin_logo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions jsonread/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
requests
requests-file
# pyjq:
# The most recent version (2.5.2 released May 2021) is not compatible with Python 3.10
# The most recent version (2.6 released August 2022) is compatible with Python 3.10
pyjq
# The version (2.5.2 released May 2021) is not compatible with Python 3.10
# The project's README states, that the project is deprecated in favor Slixmpp (a fork of sleekxmpp).
#pyjq
pyjq;python_version<'3.10'
#pyjq;python_version<'3.10'
Empty file modified knx/globals.py
100644 → 100755
Empty file.

0 comments on commit 4b73ce0

Please sign in to comment.