Skip to content

Commit

Permalink
Move to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Oct 16, 2024
1 parent 491f818 commit 9a0c778
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
# Get a full clone so there's a local copy of gh-pages to commit to
fetch-depth: 0
-
name: Setup Python 3.12
name: Setup Python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
-
name: Deploy docs
run: |
Expand Down
8 changes: 4 additions & 4 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"esbuild-style-plugin": "^1.6.3",
"esbuild-svelte": "^0.8.2",
"eslint": "^8.57.1",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-svelte": "^2.45.0",
"eventemitter3": "^5.0.1",
"fs-extra": "^11.2.0",
"material-ui-colors": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DEBIAN_VERSION=bookworm
ARG NODE_VERSION=22
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.13


# Install and build node-related files for front-end
Expand Down
7 changes: 3 additions & 4 deletions server/poetry.lock

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

3 changes: 2 additions & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "../README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
django = "^5.1.2"
django-admin-logs = "^1.3.0"
django-admin-notice = "^3.1.0"
Expand All @@ -24,6 +24,7 @@ psycopg = "^3.2.3"
python-dotenv = "^1.0.1"
schema = "^0.7.7"
starlette = "^0.41.0"
typing-extensions = "^4.12.2" # For Python 3.13 + pgtrigger
uvicorn = {extras = ["standard"], version = "^0.32.0"}
wait-for-it = "^2.3.0"

Expand Down

0 comments on commit 9a0c778

Please sign in to comment.