Skip to content

Commit

Permalink
python 3.9 now tested for and supported
Browse files Browse the repository at this point in the history
  • Loading branch information
arekbulski committed Jan 27, 2021
1 parent a1ffc1e commit 331083b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.6', '3.7', '3.8', 'pypy3' ]
python-version: [ '3.6', '3.7', '3.8', '3.9', 'pypy3' ]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Main documentation is at `readthedocs <http://construct.readthedocs.org>`_, whic

Requirements
--------------
Construct should run on CPython 3.6 3.7 3.8 and PyPy implementations. PyPy achieves much better performance. Therefore PyPy would be somewhat recommended.
Construct should run on CPython 3.6 3.7 3.8 3.9 and PyPy implementations. PyPy achieves much better performance. Therefore PyPy would be somewhat recommended.

Following modules are needed only if you want to use certain features:

Expand Down

0 comments on commit 331083b

Please sign in to comment.