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

Test on Python 3.8 final #7224

Closed
wants to merge 1 commit into from
Closed

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Oct 16, 2019

Python 3.8.0 final is now available on Travis CI as 3.8.

Follows on from #7219.

Like PR #7221, but does not change the base Python to 3.8, because the vendoring job fails, likely due to #6222.

Whilst the PR to fix that (#6606) is awaiting review, keep using 3.7 as the base version for docs/lint/vendoring.

@chrahunt chrahunt added skip news Does not need a NEWS file entry (eg: trivial changes) type: maintenance Related to Development and Maintenance Processes labels Oct 17, 2019
@hugovk hugovk mentioned this pull request Oct 17, 2019
5 tasks
@cclauss
Copy link
Contributor

cclauss commented Oct 21, 2019

This .travis.yml file fails to install pip on Python 3.8 on a non-Python project.

language: cpp  # not python!!
addons:
  apt:
    sources: deadsnakes
    packages: python3.8
before_install:
  - python3.8 --version  # Python 3.8.0
  - sudo curl https://bootstrap.pypa.io/get-pip.py | python3.8
  # ModuleNotFoundError: No module named 'distutils.util'
  - python3.8 -m pip --version || true
install: true
script: true

@chrahunt
Copy link
Member

Vendoring is now passing for #7221! I will close this in favor of that one.

@chrahunt chrahunt closed this Nov 27, 2019
@hugovk hugovk deleted the add-3.8-travis-ci2 branch November 27, 2019 06:26
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Dec 27, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Dec 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation skip news Does not need a NEWS file entry (eg: trivial changes) type: maintenance Related to Development and Maintenance Processes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants