From 6f58b1df12e600c4f2070c4bf10a1ac84832b3c6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 27 Oct 2020 12:09:11 +0100 Subject: [PATCH 1/2] Travis CI now supports Python 3.9 --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5bf138a656..71abfc2027 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ python: - "3.6" - "3.7" - "3.8" - - "3.9-dev" + - "3.9" env: - SENTRY_PYTHON_TEST_POSTGRES_USER=postgres SENTRY_PYTHON_TEST_POSTGRES_NAME=travis_ci_test @@ -31,21 +31,19 @@ branches: - /^release\/.+$/ jobs: - allow_failures: - - python: "3.9-dev" include: - name: Linting - python: "3.8" + python: "3.9" install: - pip install tox script: tox -e linters - - python: "3.8" + - python: "3.9" name: Distribution packages install: [] script: make travis-upload-dist - - python: "3.8" + - python: "3.9" name: Build documentation install: [] script: make travis-upload-docs From 7ed5537c24dc05a2bcc36147f828497c2b02f305 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 27 Oct 2020 12:11:32 +0100 Subject: [PATCH 2/2] Lint on Python 3.9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a29ba612fd..98bfaf9a4d 100644 --- a/tox.ini +++ b/tox.ini @@ -277,7 +277,7 @@ basepython = # some random Python 3 binary, but then you get guaranteed mismatches with # CI. Other tools such as mypy and black have options that pin the Python # version. - linters: python3.8 + linters: python3.9 pypy: pypy commands =