Skip to content

Commit

Permalink
Switch to Python 3.12 #1594
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 14, 2024
1 parent 059fb4e commit f3ff212
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 54 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ on:
- 'dependabot/'

jobs:
# The most verbose and complete job.
main_test:
name: 'Python ${{ matrix.python-version }}'
runs-on: ubuntu-latest
timeout-minutes: 10 # Don't run forever when stale
strategy:
matrix:
python-version:
- '3.10' # @TODO: Bump me to 3.12 later
- '3.12'
env:
# Do not log verbosely
DSMRREADER_LOGLEVEL: ERROR
Expand Down
2 changes: 1 addition & 1 deletion provisioning/container/Containerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
############################################################################

# Development app should run latest Python when possible.
ARG APP_PYTHON_VERSION="3.10"
ARG APP_PYTHON_VERSION="3.12"
# Docs should use whatever Python version ReadTheDocs runs.
ARG DOCS_PYTHON_VERSION="3.12"

Expand Down
58 changes: 8 additions & 50 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [


[tool.poetry.dependencies]
python = "^3.10 | ^3.11 | ^3.12"
python = "^3.12"

crcmod = "^1.0"
django = "^4.2"
Expand Down

0 comments on commit f3ff212

Please sign in to comment.