Skip to content

Commit

Permalink
fix(deps): Revert to Python 3.11 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi authored Oct 24, 2024
1 parent 85bc78a commit bdce911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion irrd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0-slim-bookworm
FROM python:3.11.10-slim-bookworm

# Install xz
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion irrd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["MattKobayashi <matthew@kobayashi.au>"]
package-mode = false

[tool.poetry.dependencies]
python = "3.13.0"
python = "3.11.10"
psycopg2-binary = "2.9.10"
PyYAML = "6.0.2"

Expand Down

0 comments on commit bdce911

Please sign in to comment.