Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 1763eac

Browse files
author
Vianpyro
committed
Bump Python version to 3.12.11 in workflows and pyproject.toml
1 parent 97de500 commit 1763eac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/package-python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Python
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: '3.12.10'
59+
python-version: '3.12.11'
6060

6161
- name: Install build dependencies
6262
run: pip install --user build

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
python-version: ['3.12.10', '3.x']
24+
python-version: ['3.12.11', '3.x']
2525

2626
steps:
2727
- name: Checkout code

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "ChocoMax API"
99
readme = "README.md"
1010
license = "MIT"
1111
authors = [{ name = "Vianpyro" }]
12-
requires-python = ">=3.12.10"
12+
requires-python = ">=3.12.11"
1313
dependencies = [] # This will be populated dynamically below
1414
urls = { Homepage = "https://github.com/TheChocoMax/API" }
1515
classifiers = [

0 commit comments

Comments
 (0)