Skip to content

Commit bbd0636

Browse files
authored
CI: Run tests and pre-commit using newest Python version (#1582)
The choice of Python 3.9 was arbitrary. As agreed in another PR, we should use the newest supported Python version. Python 3.11 is also slightly faster.
1 parent 73f0a79 commit bbd0636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
python-version: ['3.9']
48+
python-version: ['3.11']
4949
steps:
5050
- uses: actions/checkout@v3
5151
- name: Setup system dependencies

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
default_language_version:
4-
python: python3.9
4+
python: python3.11
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
77
rev: v4.4.0

0 commit comments

Comments
 (0)