Skip to content

Commit

Permalink
There's no Python 3.8 on Appveyor
Browse files Browse the repository at this point in the history
https://www.appveyor.com/docs/windows-images-software/#python does not
list Python 3.8 as an available version.

(In fact Python 3.8 is not out yet.)

Having it listed in appveyor.yml confuses tools like my
check-python-versions, as they detect an inconsistency between supported
Python versions listed in appveyor.yml with those listed eg. in
setup.py.
  • Loading branch information
mgedmin committed Dec 3, 2018
1 parent 1e28717 commit ac29d9c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

matrix:
allow_failures:
- PROFILE: py38
- PROFILE: py38

environment:
matrix:
Expand Down Expand Up @@ -30,10 +30,6 @@ environment:
- PROFILE: py37
PYTHON_VERSION: "3.7"
TOXENV: "py37,py37-datetime"
- PROFILE: py38
PYTHON_VERSION: "3.8"
TOXENV: "py38,py38-datetime"



cache:
Expand Down

0 comments on commit ac29d9c

Please sign in to comment.