Skip to content

Commit

Permalink
Drop 3.7 and 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Oct 17, 2024
1 parent 105baab commit e9e4920
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,6 @@
- test
- build

test py37:
stage: test
image: pcr.teskalabs.com/python:3.7
tags:
- amd64
- docker
script:
- apt-get update
- pip install --upgrade pip
- pip install -U git+https://github.com/TeskaLabs/asab
- pip install flake8
- pip install jinja2
- pip install reportlab==3.6.6 # Freeze reportlab version because of https://github.com/xhtml2pdf/xhtml2pdf/issues/589
- pip install xhtml2pdf
- pip install Markdown
- pip install Pillow
- pip install aiosmtplib
- pip install aiohttp
- pip install requests
- pip install temp
- pip install aiokafka
- pip install slack-sdk
- pip install sentry-sdk
- pip install pytz
- python3 -m unittest test


test py38:
stage: test
image: pcr.teskalabs.com/python:3.8
tags:
- amd64
- docker
script:
- apt-get update
- pip install --upgrade pip
- pip install -U git+https://github.com/TeskaLabs/asab
- pip install flake8
- pip install jinja2
- pip install aiosmtplib
- pip install Markdown
- pip install reportlab==3.6.6 # Freeze reportlab version because of https://github.com/xhtml2pdf/xhtml2pdf/issues/589
- pip install xhtml2pdf
- pip install Pillow
- pip install requests
- pip install aiohttp
- pip install temp
- pip install aiokafka
- pip install slack-sdk
- pip install sentry-sdk
- pip install pytz
- python3 -m unittest test

test py39:
stage: test
Expand Down

0 comments on commit e9e4920

Please sign in to comment.