Skip to content

Commit

Permalink
CI: Run tests and pre-commit using newest Python version (#1582)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
intgr authored Jun 26, 2023
1 parent 73f0a79 commit bbd0636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
python-version: ['3.11']
steps:
- uses: actions/checkout@v3
- name: Setup system dependencies
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_language_version:
python: python3.9
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down

0 comments on commit bbd0636

Please sign in to comment.