From eb5177f691c6ce2a713e124379bd04140202a2d0 Mon Sep 17 00:00:00 2001 From: mehtank <mehtank> Date: Fri, 15 Oct 2021 11:30:41 -0700 Subject: [PATCH] Sympy doesn't work on Python 3.6 for some reason --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7423b4..9c09bdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,6 @@ cache: script: - python3 -m pytest -test:PY3.6: - <<: *test_template - image: python:3.6 - test:PY3.7: <<: *test_template image: python:3.7 @@ -25,6 +21,10 @@ test:PY3.8: <<: *test_template image: python:3.8 +test:PY3.9: + <<: *test_template + image: python:3.9 + build-package: stage: deploy image: python:3.7 -- GitLab