Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Python 3.10 beta/RC builds to the matrix #952

Merged
merged 13 commits into from
Mar 16, 2021
Merged
66 changes: 45 additions & 21 deletions .ci/.jenkins_exclude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ exclude:
FRAMEWORK: celery-4-django-1.11
- PYTHON_VERSION: python-3.8
FRAMEWORK: celery-4-flask-1.0
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: celery-4-django-2.0
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: celery-4-django-1.11
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: celery-4-flask-1.0
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: celery-4-django-2.0
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: celery-4-django-1.11
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: celery-4-flask-1.0
# requests
- PYTHON_VERSION: python-3.5
Expand All @@ -66,7 +72,9 @@ exclude:
FRAMEWORK: requests-1.2
- PYTHON_VERSION: python-3.8
FRAMEWORK: requests-1.2
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: requests-1.2
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: requests-1.2
- PYTHON_VERSION: pypy-3
FRAMEWORK: requests-1.2
Expand All @@ -79,39 +87,49 @@ exclude:
FRAMEWORK: pymongo-3.0
- PYTHON_VERSION: python-3.8
FRAMEWORK: pymongo-3.0
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: pymongo-3.0
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: pymongo-3.0
- PYTHON_VERSION: python-3.6
FRAMEWORK: pymongo-3.1
- PYTHON_VERSION: python-3.7
FRAMEWORK: pymongo-3.1
- PYTHON_VERSION: python-3.8
FRAMEWORK: pymongo-3.1
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: pymongo-3.1
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: pymongo-3.1
- PYTHON_VERSION: python-3.6
FRAMEWORK: pymongo-3.2
- PYTHON_VERSION: python-3.7
FRAMEWORK: pymongo-3.2
- PYTHON_VERSION: python-3.8
FRAMEWORK: pymongo-3.2
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: pymongo-3.2
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: pymongo-3.2
- PYTHON_VERSION: python-3.6
FRAMEWORK: pymongo-3.3
- PYTHON_VERSION: python-3.7
FRAMEWORK: pymongo-3.3
- PYTHON_VERSION: python-3.8
FRAMEWORK: pymongo-3.3
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: pymongo-3.3
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: pymongo-3.3
- PYTHON_VERSION: python-3.6
FRAMEWORK: pymongo-3.4
- PYTHON_VERSION: python-3.7
FRAMEWORK: pymongo-3.4
- PYTHON_VERSION: python-3.8
FRAMEWORK: pymongo-3.4
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: pymongo-3.4
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: pymongo-3.4
- PYTHON_VERSION: pypy-3
FRAMEWORK: pymongo-3.0
Expand All @@ -124,7 +142,9 @@ exclude:
FRAMEWORK: memcached-1.51
- PYTHON_VERSION: python-3.8
FRAMEWORK: memcached-1.51
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: memcached-1.51
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: memcached-1.51
- PYTHON_VERSION: pypy-3
FRAMEWORK: memcached-1.51
Expand All @@ -139,12 +159,16 @@ exclude:
FRAMEWORK: pymssql-newest
- PYTHON_VERSION: python-3.8 # currently fails with error on python 3.8 due to cython issues
FRAMEWORK: pymssql-newest
- PYTHON_VERSION: python-3.9-rc # currently fails with error on python 3.8 due to cython issues
- PYTHON_VERSION: python-3.9 # currently fails with error on python 3.8 due to cython issues
FRAMEWORK: pymssql-newest
- PYTHON_VERSION: python-3.10-rc # currently fails with error on python 3.8 due to cython issues
FRAMEWORK: pymssql-newest
# psycopg2
- PYTHON_VERSION: python-3.8 # see https://github.com/psycopg/psycopg2/issues/858
FRAMEWORK: psycopg2-2.7
- PYTHON_VERSION: python-3.9-rc # see https://github.com/psycopg/psycopg2/issues/858
- PYTHON_VERSION: python-3.9 # see https://github.com/psycopg/psycopg2/issues/858
FRAMEWORK: psycopg2-2.7
- PYTHON_VERSION: python-3.10-rc # see https://github.com/psycopg/psycopg2/issues/858
FRAMEWORK: psycopg2-2.7
# pyodbc
- PYTHON_VERSION: pypy-2
Expand All @@ -158,19 +182,17 @@ exclude:
FRAMEWORK: boto3-1.0
- PYTHON_VERSION: python-3.8
FRAMEWORK: boto3-1.0
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: boto3-1.0
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: boto3-1.0
- PYTHON_VERSION: pypy-3
FRAMEWORK: boto3-1.0
# boto3 is currently not importable on Python 3.9, see https://github.com/boto/botocore/issues/2002
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: boto3-1.0
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: boto3-1.0
- PYTHON_VERSION: python-3.9-rc
FRAMEWORK: boto3-1.5
- PYTHON_VERSION: python-3.9-rc
FRAMEWORK: boto3-1.6
- PYTHON_VERSION: python-3.9-rc
FRAMEWORK: boto3-newest
# opentracing
- PYTHON_VERSION: python-3.3
FRAMEWORK: opentracing-newest
Expand All @@ -188,7 +210,9 @@ exclude:
FRAMEWORK: zerorpc-0.4
- PYTHON_VERSION: python-3.8
FRAMEWORK: zerorpc-0.4
- PYTHON_VERSION: python-3.9-rc
- PYTHON_VERSION: python-3.9
FRAMEWORK: zerorpc-0.4
- PYTHON_VERSION: python-3.10-rc
FRAMEWORK: zerorpc-0.4
# gevent
- PYTHON_VERSION: pypy-2 # see https://github.com/gevent/gevent/issues/1380, fix will be in gevent 1.5
Expand Down
3 changes: 2 additions & 1 deletion .ci/.jenkins_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PYTHON_VERSION:
- python-3.6
- python-3.7
- python-3.8
- python-3.9-rc
- python-3.9
- python-3.10-rc
- pypy-2
- pypy-3