Skip to content

Commit

Permalink
Test with Python 3.10 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Apr 6, 2022
1 parent df4d86b commit 7f222e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -17,15 +17,19 @@ jobs:
python: 3.8
- os: ubuntu-latest
python: 3.9
- os: ubuntu-latest
python: '3.10'
- os: macos-latest
python: 3.7
- os: macos-latest
python: 3.8
conda: True
- os: macos-latest
python: 3.9
- os: macos-latest
python: '3.10'
- os: windows-latest
python: 3.7
python: '3.10'

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -271,6 +271,7 @@ Changelog
Install a particular version, for example ``0.1.14``, with ``pip install html5validator==0.1.14``.

* `main <https://github.com/svenkreiss/html5validator/compare/v0.4.0...main>`_
* test with Python 3.10
* `0.4.0 <https://github.com/svenkreiss/html5validator/compare/v0.3.3...v0.4.0>`_ (2021-05-03)
* update vnu jar to 21.4.9
* use `--stdout` and `--asciiquotes` by default for vnu.jar
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -45,6 +45,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
'Programming Language :: Python :: Implementation :: PyPy',
]
)

0 comments on commit 7f222e6

Please sign in to comment.