Skip to content

Commit f2c141d

Browse files
authored
Merge pull request #218 from andife/patch-5
remove failing python 3.8 from appveyor as 3.8 is end of life
2 parents a1d3b3a + 66c55b1 commit f2c141d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ image: Visual Studio 2019
55

66
# environment variables
77
environment:
8-
matrix:
9-
- PYTHON: "C:\\Python38-x64"
8+
matrix:
109
- PYTHON: "C:\\Python39-x64"
1110
- PYTHON: "C:\\Python310-x64"
1211
- PYTHON: "C:\\Python311-x64"

0 commit comments

Comments
 (0)