Test on Python 3.8

This commit is contained in:
Hugo 2019-11-09 10:13:57 +02:00 committed by Andrew Murray
parent 738bbd2641
commit 9fa34ecc2e

View File

@ -10,7 +10,7 @@ pythons = {
"36": {"compiler": 7.1, "vc": 2015}, "36": {"compiler": 7.1, "vc": 2015},
"pypy3": {"compiler": 7.1, "vc": 2015}, "pypy3": {"compiler": 7.1, "vc": 2015},
"37": {"compiler": 7.1, "vc": 2015}, "37": {"compiler": 7.1, "vc": 2015},
"38rc1-x64": {"compiler": 7.1, "vc": 2015}, "38": {"compiler": 7.1, "vc": 2015},
} }
VIRT_BASE = "c:/vp/" VIRT_BASE = "c:/vp/"