Skip to content

Commit 1ff47bf

Browse files
committed
chore(deps): CP-6366 additional updates for python and pipenv version
1 parent 6f68c61 commit 1ff47bf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: 22.3.0
44
hooks:
55
- id: black
6-
language_version: python3.9
6+
language_version: python3.12
77
- repo: https://github.com/pre-commit/pre-commit-hooks
88
rev: v4.2.0
99
hooks:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# (e.g. ENV=production make setup).
33
ENV ?= local
44
# PYTHON specifies the python binary to use when creating virtualenv
5-
PYTHON ?= python3.9
5+
PYTHON ?= python3.12
66

77
# Editor can be defined globally but defaults to nano
88
EDITOR ?= nano

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
trigger:
77
- main
8+
- chore/*
9+
- feature/*
810

911
pool:
1012
vmImage: ubuntu-latest
@@ -27,7 +29,8 @@ jobs:
2729
parameters:
2830
coverage: app,core,status
2931
root_dir: ./
30-
python_version: 3.9
32+
python_version: 3.12
33+
pipenv_version: 2023.12.1
3134
- job: build
3235
displayName: Build
3336
dependsOn: PythonTest

0 commit comments

Comments
 (0)