Skip to content

Commit aa751c8

Browse files
Upgrading pip dependencies to latest (#270)
1 parent 2fdad13 commit aa751c8

File tree

8 files changed

+1575
-5702
lines changed

8 files changed

+1575
-5702
lines changed

.github/workflows/release_on_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- name: Set up Python 3.7
18+
- name: Set up Python 3.8
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.7'
21+
python-version: '3.8'
2222
cache: 'pip' # caching pip dependencies
2323

2424
- name: Setup git

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
python-version: [3.7, 3.9]
18+
python-version: [3.8, 3.11]
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -45,10 +45,10 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v3
4747

48-
- name: Set up Python 3.7
48+
- name: Set up Python 3.8
4949
uses: actions/setup-python@v4
5050
with:
51-
python-version: '3.7'
51+
python-version: '3.8'
5252
cache: 'pip' # caching pip dependencies
5353

5454
- name: Set up Go
@@ -99,10 +99,10 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@v3
101101

102-
- name: Set up Python 3.7
102+
- name: Set up Python 3.8
103103
uses: actions/setup-python@v4
104104
with:
105-
python-version: '3.7'
105+
python-version: '3.8'
106106
cache: 'pip' # caching pip dependencies
107107

108108
- name: Set up Nodejs

getgauge/messages/messages_pb2.py

Lines changed: 118 additions & 2675 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)