Skip to content

Commit b85b4df

Browse files
committed
Test with Python 3.11 betas and PyPy3 as well
1 parent 4c61c91 commit b85b4df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# Not all Python versions are available for linux AND x64
1313
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
14-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
14+
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']
1515
extra: ['', '-smtp']
1616
fail-fast: false
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run(self):
5353
zip_safe=False,
5454
include_package_data=True,
5555

56-
keywords='pytest pytest server localhost http smtp',
56+
keywords='pytest server localhost http smtp',
5757
classifiers=[
5858
'Framework :: Pytest',
5959
'Operating System :: OS Independent',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{35,36,37,38,39,310}{,-smtp}
2+
envlist = py{35,36,37,38,39,310,311,py3}{,-smtp}
33
recreate = True
44
isolated_build = True
55

0 commit comments

Comments
 (0)