Skip to content
Snippets Groups Projects
Commit c123df9c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

add python3.9 to the ci testing matrix

parent ed8e0a00
No related branches found
No related tags found
1 merge request!278Port to Python 3
...@@ -209,7 +209,8 @@ jobs: ...@@ -209,7 +209,8 @@ jobs:
nix-build tests.nix \ nix-build tests.nix \
--argstr hypothesisProfile ci \ --argstr hypothesisProfile ci \
--arg collectCoverage true \ --arg collectCoverage true \
--argstr tahoe-lafs-source << parameters.tahoe-lafs-source >> --argstr tahoe-lafs-source << parameters.tahoe-lafs-source >> \
--argstr python python<< parameters.py-version >>
- run: - run:
name: "Push to Cachix" name: "Push to Cachix"
...@@ -251,6 +252,7 @@ workflows: ...@@ -251,6 +252,7 @@ workflows:
parameters: parameters:
py-version: py-version:
- "2.7" - "2.7"
- "3.9"
xcode-version: xcode-version:
# https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment