Skip to content

Commit

Permalink
Merge pull request #465 from digital-asset/python-version-bump
Browse files Browse the repository at this point in the history
python: Bump versions.
  • Loading branch information
da-tanabe authored Jul 10, 2024
2 parents d43a867 + d59fcf9 commit a96f50c
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 418 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:

blackduck:
docker:
- image: cimg/python:3.8.16-browsers
- image: cimg/python:3.8.19-browsers
steps:
- checkout
- restore_dazl_cache:
python_version: "3.8.16"
python_version: "3.8.19"
- run:
name: Python packaging
command: make build
Expand Down Expand Up @@ -126,11 +126,11 @@ workflows:
- check-py:
matrix:
parameters:
python_version: ["3.8.16", "3.9.16", "3.10.11", "3.11.8"]
python_version: ["3.8.19", "3.9.19", "3.10.14", "3.11.9"]
- test-py:
matrix:
parameters:
python_version: ["3.8.16", "3.9.16", "3.10.11", "3.11.8"]
python_version: ["3.8.19", "3.9.19", "3.10.14", "3.11.9"]
- build:
requires:
- blackduck
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.8
3.11.9
Loading

0 comments on commit a96f50c

Please sign in to comment.