Skip to content

Commit 094744d

Browse files
committed
chore(python): bump to 3.12
1 parent e9a5723 commit 094744d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.10.6'
14+
python-version: '3.12.3'
1515
- name: Cache pip
1616
uses: actions/cache@v2
1717
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.12'
1515
- name: Cache pip
1616
uses: actions/cache@v2
1717
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
---
44
default_language_version:
5-
python: python3.10
5+
python: python3.12
66

77
default_stages: [commit]
88

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python 3.10.6
1+
python 3.12.3

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sync: venv
1212
pip-sync dev-requirements.txt
1313

1414
venv:
15-
python3.10 -m venv venv
15+
python3.12 -m venv venv
1616
pip install --quiet --upgrade pip
1717
pip install --quiet pip-tools
1818

0 commit comments

Comments
 (0)