Skip to content

Commit 3117eb4

Browse files
committed
Bump PyEnv version to 3.9.7
HWI is compatible with Python 3.9. Although 3.9.8 has been released, the most recent version of Python shipped with PyEnv on homebrew (macOS) is 3.9.7 In order to test backwareds compatibility, the version is not changed elsewhere.
1 parent 4edf4f6 commit 3117eb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cirrus.yml

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ dist_builder_task:
214214
container:
215215
dockerfile: contrib/build.Dockerfile
216216
build_script:
217+
- pyenv install 3.9.7
217218
- contrib/build_bin.sh
218219
- contrib/build_dist.sh
219220
- find dist -type f -exec sha256sum {} \;

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.12
1+
3.9.7

0 commit comments

Comments
 (0)