Skip to content

Commit

Permalink
Test with Python 3.11 betas and PyPy3 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 30, 2022
1 parent 4c61c91 commit b85b4df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# Not all Python versions are available for linux AND x64
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11.0-beta - 3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
extra: ['', '-smtp']
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):
zip_safe=False,
include_package_data=True,

keywords='pytest pytest server localhost http smtp',
keywords='pytest server localhost http smtp',
classifiers=[
'Framework :: Pytest',
'Operating System :: OS Independent',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{35,36,37,38,39,310}{,-smtp}
envlist = py{35,36,37,38,39,310,311,py3}{,-smtp}
recreate = True
isolated_build = True

Expand Down

0 comments on commit b85b4df

Please sign in to comment.