Skip to content

Commit

Permalink
Merge 30868cb into f210f00
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Sep 5, 2023
2 parents f210f00 + 30868cb commit 596a49e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 'pypy-3.8'
- '3.9'
- '3.10'
- '3.11'
name: Build with Python ${{ matrix.python-version }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
python-version:
- '3.6'
- '3.8'
- '3.11'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ tox

The tox tests include code style checks via pep8 and pylint.

The tox tests are configured to run on Python 3.6, 3.7, 3.8, 3.9, 3.10
The tox tests are configured to run on Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
and PyPy (our CI is configured to run PyPy tests on pypy-3.6, pypy-3.7, pypy-3.8).

# Questions, Bugs, and Feature Requests?
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ envlist =
pypy38,
py39,
py310,
py311,
docs,
coverage,
integration-tests
Expand All @@ -29,6 +30,7 @@ python =
pypy-3.8: pypy38
3.9: py39
3.10: py310
3.11: py311

[testenv]
commands =
Expand Down Expand Up @@ -83,6 +85,7 @@ recreate = True
deps =
wheel
setuptools
virtualenv<20.22.0
allowlist_externals = rm

[testenv:py36-upload]
Expand Down

0 comments on commit 596a49e

Please sign in to comment.