Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Oct 15, 2024
1 parent d6ad8b4 commit 08afa5e
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.12

EXPOSE 8888

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DJANGO_SETTINGS_MODULE = "config.settings.test"

[tool.black]
line-length = 88
target-version = ['py310']
target-version = ['py312']
include = '\.pyi?$'
exclude = '''
(
Expand All @@ -31,11 +31,11 @@ legacy_tox_ini = """
[tox]
skipsdist = True
envlist =
py310
py312
[gh-actions]
python =
3.10: py310
3.12: py312
# Normal test environment runs pytest which orchestrates other tools
[testenv]
Expand Down
Loading

0 comments on commit 08afa5e

Please sign in to comment.