File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ python:
16
16
- " 3.6"
17
17
- " 3.7"
18
18
- " 3.8"
19
- - " 3.9-dev "
19
+ - " 3.9"
20
20
21
21
env :
22
22
- SENTRY_PYTHON_TEST_POSTGRES_USER=postgres SENTRY_PYTHON_TEST_POSTGRES_NAME=travis_ci_test
@@ -31,21 +31,19 @@ branches:
31
31
- /^release\/.+$/
32
32
33
33
jobs :
34
- allow_failures :
35
- - python : " 3.9-dev"
36
34
include :
37
35
- name : Linting
38
- python : " 3.8 "
36
+ python : " 3.9 "
39
37
install :
40
38
- pip install tox
41
39
script : tox -e linters
42
40
43
- - python : " 3.8 "
41
+ - python : " 3.9 "
44
42
name : Distribution packages
45
43
install : []
46
44
script : make travis-upload-dist
47
45
48
- - python : " 3.8 "
46
+ - python : " 3.9 "
49
47
name : Build documentation
50
48
install : []
51
49
script : make travis-upload-docs
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ basepython =
277
277
# some random Python 3 binary, but then you get guaranteed mismatches with
278
278
# CI. Other tools such as mypy and black have options that pin the Python
279
279
# version.
280
- linters: python3.8
280
+ linters: python3.9
281
281
pypy: pypy
282
282
283
283
commands =
You can’t perform that action at this time.
0 commit comments