projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
99808ae
)
Add Python3.9 support to appveyor (#338)
author
Bajusz Tamás
<gbtami@users.noreply.github.com>
Fri, 30 Jul 2021 15:46:33 +0000 (17:46 +0200)
committer
GitHub
<noreply@github.com>
Fri, 30 Jul 2021 15:46:33 +0000 (17:46 +0200)
appveyor_python.yml
patch
|
blob
|
history
diff --git
a/appveyor_python.yml
b/appveyor_python.yml
index
e8eae81
..
38f4356
100644
(file)
--- a/
appveyor_python.yml
+++ b/
appveyor_python.yml
@@
-5,6
+5,7
@@
environment:
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38-x64"
+ - PYTHON: "C:\\Python39-x64"
init:
- "ECHO %PYTHON% %PYTHON_ARCH% %MSVC_VERSION%"