Skip to content

Commit 17af39c

Browse files
committed
Update poetry file
1 parent 674a95d commit 17af39c

3 files changed

Lines changed: 43 additions & 44 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: true
4242
matrix:
4343
os: [ "ubuntu-latest", "macos-latest" ]
44-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
44+
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
#----------------------------------------------

poetry.lock

Lines changed: 41 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.8.1"
10-
investing-algorithm-framework = "^2.3.2"
10+
investing-algorithm-framework = "^2.4"
1111
finterion = "0.8.6"
1212

1313
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)