Skip to content

Commit

Permalink
CI tests for Python 3.10, update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
twinkarma committed Oct 17, 2024
1 parent 4cc8510 commit 235c974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ gunicorn = {version = "^22.0", optional = true}
psycopg2 = "^2.9.9"
mysqlclient = {version = "^2", optional = true}
python-dateutil = "~2.9.0"
cryptography = "^39.0"
setuptools = "69.5.1"
cryptography = "^41.0.7"
setuptools = "^75.2.0"

[tool.poetry.dev-dependencies]
pytest-cov = "^3.0"
Expand Down

0 comments on commit 235c974

Please sign in to comment.