Skip to content

Commit

Permalink
min required python=3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jan 29, 2024
1 parent cc467b6 commit 2193726
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.10', '3.11']
steps:
- uses: actions/checkout@v4

Expand Down
160 changes: 79 additions & 81 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ ibtax = "investments.ibtax.ibtax:main"
ibdds = "investments.ibdds.ibdds:main"

[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.5"
python = "^3.10"
pandas = "^2.2"
requests = "^2.31"
tabulate = "^0.9"
aiomoex = "^2.0"
WeasyPrint = "^58.0"
aiomoex = "^2.1"
WeasyPrint = "^60.2"
jinja2 = "^3.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2193726

Please sign in to comment.