File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 - name : Set up Python
3939 uses : actions/setup-python@v2
4040 with :
41- python-version : " 3.12 "
41+ python-version : " 3.13 "
4242
4343 - name : Install dependencies
4444 run : |
Original file line number Diff line number Diff line change 1- FROM python:3.12
1+ FROM python:3.13
22
33EXPOSE 8888
44
Original file line number Diff line number Diff line change 11[mypy]
2- python_version = 3.12
2+ python_version = 3.13
33ignore_missing_imports = True
44
55[mypy-modeemintternet.migrations.*]
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=30.3.0" , " wheel" , " setuptools_scm" ]
2+ requires = [" setuptools>=30.3.0<81 " , " wheel" , " setuptools_scm" ]
33
44[tool .pytest .ini_options ]
55testpaths = " modeemintternet"
@@ -13,7 +13,7 @@ django-settings-module = "config.settings.local"
1313
1414[tool .black ]
1515line-length = 88
16- target-version = [' py312 ' ]
16+ target-version = [' py313 ' ]
1717include = ' \.pyi?$'
1818exclude = '''
1919(
@@ -35,11 +35,11 @@ legacy_tox_ini = """
3535[tox]
3636skipsdist = True
3737envlist =
38- py312
38+ py313
3939
4040[gh-actions]
4141python =
42- 3.12: py312
42+ 3.13: py313
4343
4444# Normal test environment runs pytest which orchestrates other tools
4545[testenv]
You can’t perform that action at this time.
0 commit comments