We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f39e9f commit 884ce29Copy full SHA for 884ce29
.circleci/config.yml
@@ -6,7 +6,7 @@ version: 2
6
jobs:
7
build:
8
docker:
9
- - image: python:3.6
+ - image: python:3.9.1-slim-buster
10
steps:
11
- checkout
12
- run:
requirements.txt
@@ -6,5 +6,5 @@ pyparsing==2.2.0
six
# InDesign
-lxml==4.1.1
+lxml==4.3.3
git+git://github.com/kbairak/ucflib@py3_compatibility
0 commit comments