Skip to content

Commit a6376a6

Browse files
authored
Update Python version in GitHub Actions workflow for style
1 parent 1fbf847 commit a6376a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
python-version: [3.9]
56+
python-version: [3.11]
5757
steps:
5858
- uses: actions/checkout@v4
5959
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)