Skip to content

Commit

Permalink
Update Python version for CI (#484)
Browse files Browse the repository at this point in the history
* Update Python version for CI

Signed-off-by: Caleb Brown <calebbrown@google.com>

* Update requirements to support install for python 3.12

Signed-off-by: Caleb Brown <calebbrown@google.com>

---------

Signed-off-by: Caleb Brown <calebbrown@google.com>
  • Loading branch information
calebbrown authored Aug 29, 2024
1 parent 7082fc8 commit 3fb6968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.7'
python-version: '3.12'
- run: pip install -r requirements.txt
working-directory: ./integration/test_consumer/
- name: Build the stack
Expand Down
4 changes: 2 additions & 2 deletions integration/test_consumer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2024.7.4
chardet==4.0.0
confluent-kafka==1.7.0
confluent-kafka==2.5.0
idna==3.7
requests==2.31.0
requests==2.32.2
urllib3==1.26.19

0 comments on commit 3fb6968

Please sign in to comment.