Skip to content

Commit

Permalink
python3.12 (quantbelt#193)
Browse files Browse the repository at this point in the history
* working version on python3.12, zipline needs to be dropped

* align with master

remove zipline and bcolz from requirements, as 3.12 is not supported

* set python version to 3.12

* changes for python 3.12
  • Loading branch information
gnzsnz authored May 16, 2024
1 parent e628455 commit c2fbff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env-dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# There is no special handling of quotation marks. This means that they are
# part of the VAL. don't do VAR=''
# build
IMG_PYTHON_VERSION=3.11
IMG_PYTHON_VERSION=3.12
USER=gordon
USER_ID=1000
USER_GID=1000
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ repos:
- id: shellcheck
- id: shfmt
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.0-beta
hooks:
- id: hadolint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.3
hooks:
- id: check-github-workflows
- id: check-github-actions
Expand Down

0 comments on commit c2fbff8

Please sign in to comment.