Skip to content

Commit

Permalink
updated project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MamadouSDiallo committed Apr 24, 2024
1 parent 51d23b4 commit 77b9631
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
poetry-version: ["1.7.0"]
python-version: ["3.10", "3.11", "3.12"]
poetry-version: ["1.7.1"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: ["3.12"]
poetry-version: ["1.7.0"]
poetry-version: ["1.7.1"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ statsmodels = ">=0.13"
[tool.poetry.group.dev.dependencies]
black = "^23.12"
# certifi = "^2023.7.22"
codecov = "^2.1"
mypy = "^1.8"
pytest = "^7.4"
pytest-cov = "^4.1"
ruff = "^0.1.9"
codecov = ">=2.1"
mypy = ">=1.8"
pytest = ">=7.4"
pytest-cov = ">=4.1"
ruff = ">=0.1.9"

[tool.black]
exclude = '''
Expand Down

0 comments on commit 77b9631

Please sign in to comment.