Skip to content

Commit

Permalink
Bump Python to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius committed Oct 9, 2024
1 parent 4707fee commit 0cd1e2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine as base
FROM python:3.13-alpine as base

ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cerbottana

[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/)
[![Python 3.13](https://img.shields.io/badge/python-3.13-blue.svg)](https://www.python.org/downloads/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Tests status](https://img.shields.io/github/actions/workflow/status/Parnassius/cerbottana/ci-cd.yml?branch=main&label=tests)](https://github.com/Parnassius/cerbottana/actions/workflows/ci-cd.yml)
![Coverage](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FParnassius%2Fcerbottana%2Fcoverage-badge%2Fcoverage-badge.json)
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ description = ""
authors = ["Parnassius <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.13"
aiohttp = "3.10.8"
domify = "0.4.5"
imageprobe = "0.3.0"
Expand Down Expand Up @@ -91,7 +91,7 @@ cerbottana = "cerbottana.__main__:main"


[tool.ruff]
target-version = "py312"
target-version = "py313"

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 0cd1e2d

Please sign in to comment.