Skip to content

Commit

Permalink
version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsy-opal committed Nov 25, 2024
1 parent 1931547 commit 47f00b3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ stages:
- pip install -r test-requirements.txt
- pytest --cov=opal

pytest-3.7:
extends: .pytest
image: python:3.7-alpine
pytest-3.8:
extends: .pytest
image: python:3.8-alpine
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ref: https://docs.travis-ci.com/user/languages/python
language: python
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
urllib3 >= 1.25.3, < 3.0.0
python_dateutil >= 2.8.2
urllib3 >= 1.25.3, < 2.1.0
setuptools >= 21.0.0
python_dateutil >= 2.5.3
pydantic >= 2
typing-extensions >= 4.7.1
11 changes: 5 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pytest >= 7.2.1
pytest-cov >= 2.8.1
tox >= 3.9.0
flake8 >= 4.0.0
types-python-dateutil >= 2.8.19.14
mypy >= 1.5
pytest~=7.1.3
pytest-cov>=2.8.1
pytest-randomly>=3.12.0
mypy>=1.4.1
types-python-dateutil>=2.8.19

0 comments on commit 47f00b3

Please sign in to comment.