Skip to content

Commit

Permalink
updated docs and ci for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
timrid authored and arekbulski committed Feb 13, 2022
1 parent 75f8355 commit 4222417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [ '3.6', '3.7', '3.8', '3.9', 'pypy3' ]
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3' ]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
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 3.9 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 3.10 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
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -57,6 +57,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 :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit 4222417

Please sign in to comment.