Test latest python version for doc generation

This commit is contained in:
Manuel Cortez 2021-12-31 18:07:25 -06:00
parent 198aa0c383
commit 99279a8dab
No known key found for this signature in database
GPG Key ID: 262CC30FA01B5CBF

View File

@ -5,7 +5,7 @@ stages:
- upload
pages:
image: python:3.7.9
image: python:latest
tags:
- docker
interruptible: true
@ -32,7 +32,7 @@ socializer32:
tags:
- windows10
only:
- master
- tags
script:
- '&$env:PYTHON3_32 -V'
- '&$env:PYTHON3_32 -m venv env'
@ -65,7 +65,6 @@ make_installer:
tags:
- windows10
only:
- master
- tags
- schedule
variables:
@ -90,6 +89,5 @@ upload:
- cd artifacts
- python ../scripts/upload.py
only:
- master
- tags
- schedules