-
Notifications
You must be signed in to change notification settings - Fork 220
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
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1bf2cc5 - Browse repository at this point
Copy the full SHA 1bf2cc5View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9104b4e - Browse repository at this point
Copy the full SHA 9104b4eView commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9da0480 - Browse repository at this point
Copy the full SHA 9da0480View commit details
Commits on Jan 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ca4894d - Browse repository at this point
Copy the full SHA ca4894dView commit details -
a weird exception is raised during test setup, in the vendored certifi from pip: Traceback (most recent call last): File "/usr/local/lib/python3.10/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.10/runpy.py", line 87, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.10/site-packages/pip/__main__.py", line 26, in <module> sys.exit(_main()) File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/main.py", line 73, in main command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) File "/usr/local/lib/python3.10/site-packages/pip/_internal/commands/__init__.py", line 105, in create_command module = importlib.import_module(module_path) File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1049, in _gcd_import File "<frozen importlib._bootstrap>", line 1026, in _find_and_load File "<frozen importlib._bootstrap>", line 1005, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 698, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 833, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/local/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 17, in <module> from pip._internal.cli.req_command import RequirementCommand, with_cleanup File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 18, in <module> from pip._internal.index.collector import LinkCollector File "/usr/local/lib/python3.10/site-packages/pip/_internal/index/collector.py", line 14, in <module> from pip._vendor import html5lib, requests File "/usr/local/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py", line 125, in <module> from . import utils File "/usr/local/lib/python3.10/site-packages/pip/_vendor/requests/utils.py", line 40, in <module> DEFAULT_CA_BUNDLE_PATH = certs.where() File "/usr/local/lib/python3.10/site-packages/pip/_vendor/certifi/core.py", line 37, in where _CACERT_PATH = str(_CACERT_CTX.__enter__()) AttributeError: 'PosixPath' object has no attribute '__enter__'
Configuration menu - View commit details
-
Copy full SHA for 052796d - Browse repository at this point
Copy the full SHA 052796dView commit details
Commits on Mar 16, 2021
-
Merge branch 'master' into python-3.10
# Conflicts: # .ci/.jenkins_exclude.yml # .ci/.jenkins_python.yml
Configuration menu - View commit details
-
Copy full SHA for 9766e4f - Browse repository at this point
Copy the full SHA 9766e4fView commit details -
delete any __pycache__ folders to avoid bytecode cache issues
This is especially problematic when mounting the working directory in docker for testing, as the local Python version may differ from the one in docker.
Configuration menu - View commit details
-
Copy full SHA for a054968 - Browse repository at this point
Copy the full SHA a054968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20321b6 - Browse repository at this point
Copy the full SHA 20321b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa32bcf - Browse repository at this point
Copy the full SHA aa32bcfView commit details -
added excludes for Django < 3.0 and Python 3.10
also, removed a bunch of outdated excludes
Configuration menu - View commit details
-
Copy full SHA for f17de21 - Browse repository at this point
Copy the full SHA f17de21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf6693 - Browse repository at this point
Copy the full SHA 0cf6693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e03312 - Browse repository at this point
Copy the full SHA 3e03312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bbcf0 - Browse repository at this point
Copy the full SHA 14bbcf0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.