Skip to content

Commit

Permalink
Upgraded Python to 3.10 (#242)
Browse files Browse the repository at this point in the history
* Upgraded Python to 3.10

* Upgraded google-cloud-bigquery to lowest version supporting Python 3.10
  • Loading branch information
de-code authored Jan 13, 2025
1 parent 9641f0e commit 3355bbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COMPOSE_PROJECT_NAME=bigquery-views-manager
IMAGE_TAG=develop

PYTHON_BASE_IMAGE_TAG=3.9-buster
PYTHON_BASE_IMAGE_TAG=3.10-buster
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.17
3.10.15
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-bigquery~=2.26.0
google-cloud-bigquery~=2.30.0
crayons~=0.4.0
PyYAML~=6.0

0 comments on commit 3355bbc

Please sign in to comment.