Test on Python 3.8

This commit is contained in:
Hugo 2019-11-09 10:13:57 +02:00
parent b5e3ef8540
commit 9eb5cb8f25

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},
# for GitHub Actions # for GitHub Actions
"3.5": {"compiler": 7.1, "vc": 2015}, "3.5": {"compiler": 7.1, "vc": 2015},
"3.6": {"compiler": 7.1, "vc": 2015}, "3.6": {"compiler": 7.1, "vc": 2015},