Skip to content

Commit

Permalink
fix: compatibility with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuchnord committed Dec 15, 2023
1 parent 22fc763 commit 4d6b980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Prepare tests
- name: Install dependencies
run: |
pip install -U pip poetry
poetry env use $(which python)
poetry install
- name: E2E tests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = [
kosmorro = 'kosmorro.__main__:main'

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = "^3.8"
tabulate = ">=0.8,<0.10"
termcolor = ">=1.1,<3.0"
kosmorrolib = "^1.0"
Expand Down

0 comments on commit 4d6b980

Please sign in to comment.