File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,14 @@ updates:
88 - dependency-name : " python"
99 assignees :
1010 - " piotr-rarus"
11+ groups :
12+ batch-version-updates :
13+ applies-to : version-updates
14+ update-types :
15+ - " minor"
16+ - " patch"
17+ batch-security-updates :
18+ applies-to : security-updates
19+ update-types :
20+ - " minor"
21+ - " patch"
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
4646 virtualenvs-in-project : true
4747 virtualenvs-path : .venv
4848
49- - name : Set up Python 3.10
49+ - name : Set up Python 3.11
5050 uses : actions/setup-python@v5
5151 with :
52- python-version : ' 3.10 '
52+ python-version : ' 3.11 '
5353 cache : ' poetry'
5454
5555 # Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 11# python-template
22
3- [ ![ python] ( https://img.shields.io/badge/Python-3.10 -3776AB.svg?style=flat&logo=python&logoColor=white )] ( https://www.python.org )
3+ [ ![ python] ( https://img.shields.io/badge/Python-3.11 -3776AB.svg?style=flat&logo=python&logoColor=white )] ( https://www.python.org )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
55[ ![ build] ( https://github.com/piotr-rarus/python-template/actions/workflows/build.yml/badge.svg )] ( https://github.com/piotr-rarus/python-template/actions/workflows/build.yml )
66[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
You can’t perform that action at this time.
0 commit comments