Skip to content

Commit

Permalink
Readme updates (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed May 30, 2022
1 parent b2a2823 commit 2516f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Python 3.10 tests are disable due to still using nose #89
include:
- os: ubuntu-latest
python: 3.6
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HTML5 Validator
Install
-------

This module requires Python 3.6, 3.7, 3.8 or 3.9 and Java 8 (``openjdk8`` or ``oraclejdk8``).
This module requires Python 3.6, 3.7, 3.8, 3.9 or 3.10 and Java 8 (``openjdk8`` or ``oraclejdk8``).
Install with ``pip install html5validator`` and run with

.. code-block:: bash
Expand All @@ -37,7 +37,7 @@ Run ``html5validator --help`` to see the list of command line options::
[--log-file LOG_FILE] [--version]
[files ...]

[v0.4.0] Command line tool for HTML5 validation. Return code is 0 for valid
[v0.4.2] Command line tool for HTML5 validation. Return code is 0 for valid
HTML5. Arguments that are unknown to html5validator
are passed as arguments to `vnu.jar`.

Expand Down

0 comments on commit 2516f7a

Please sign in to comment.