Skip to content

Commit

Permalink
Merge branch 'master' into Issue-segmentio#478-Time
Browse files Browse the repository at this point in the history
  • Loading branch information
nd4p90x authored Sep 18, 2024
2 parents cde5153 + e045297 commit 76189c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v3
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Run with setup-python 3.7
uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Setup required modules
run: python -m pip install -r requirements.txt
- name: Run tests
run: python -m unittest discover -s segment

- name: Run with setup-python 3.8
uses: actions/setup-python@v5
with:
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
backoff==2.2.1
cryptography==42.0.7
flake8==3.7.9
cryptography==43.0.1
flake8==7.1.1
mock==2.0.0
PyJWT==2.8.0
pylint==2.8.0
pylint==3.2.7
PyJWT==2.9.0
python-dateutil==2.8.2
requests==2.31.0
requests==2.32.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"requests~=2.7",
"backoff~=2.1",
"python-dateutil~=2.2",
"PyJWT~=2.8.0"
"PyJWT~=2.8"
]

tests_require = [
Expand Down

0 comments on commit 76189c8

Please sign in to comment.