mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Merge pull request #860 from RobinD42/fix-issue857
Add builders for Python 3.7
(cherry picked from commit 430c61b1bf)
This commit is contained in:
@@ -80,6 +80,13 @@ jobs:
|
||||
environment:
|
||||
- MAKE_VENV: "python -m venv venv"
|
||||
|
||||
# "Python-3.7":
|
||||
# <<: *shared
|
||||
# docker:
|
||||
# - image: circleci/python:3.7
|
||||
# environment:
|
||||
# - MAKE_VENV: "python -m venv venv"
|
||||
|
||||
|
||||
# This workflow defines the jobs that comprise the "build" task. The jobs will
|
||||
# be run in parallel.
|
||||
@@ -90,3 +97,4 @@ workflows:
|
||||
- "Python-2.7"
|
||||
- "Python-3.5"
|
||||
- "Python-3.6"
|
||||
# - "Python-3.7"
|
||||
|
||||
Reference in New Issue
Block a user