Skip to content

Commit 0a5a32c

Browse files
committed
CI tests for Python 3.10, update other dependencies
1 parent 4cc8510 commit 0a5a32c

File tree

3 files changed

+81
-44
lines changed

3 files changed

+81
-44
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.11", "3.12"]
11+
python-version: ["3.10", "3.11", "3.12"]
1212
os: [ubuntu-22.04]
1313
runs-on: ${{ matrix.os }}
1414
steps:

Diff for: poetry.lock

+77-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ authors = ["Paul Richmond <[email protected]>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.11"
9+
python = "^3.10"
1010
Django = "^4.2"
1111
django-adminlte2 = "~0.4.3"
1212
django-polymorphic = "^3.1"
1313
gunicorn = {version = "^22.0", optional = true}
1414
psycopg2 = "^2.9.9"
1515
mysqlclient = {version = "^2", optional = true}
1616
python-dateutil = "~2.9.0"
17-
cryptography = "^39.0"
18-
setuptools = "69.5.1"
17+
cryptography = "^41.0.7"
18+
setuptools = "^75.2.0"
1919

2020
[tool.poetry.dev-dependencies]
2121
pytest-cov = "^3.0"

0 commit comments

Comments
 (0)