Skip to content

Commit d61c237

Browse files
committed
Update CI: Python 3.11-3.13 matrix, checkout@v4, setup-python@v5
1 parent d0dec3a commit d61c237

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
python-version: ["3.7", "3.8", "3.9", "3.10"]
9+
python-version: ["3.11", "3.12", "3.13"]
1010
os: ["macos-latest", "ubuntu-latest"]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- name: "GitHub Checks it out :sunglasses-face:"
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
cache: 'pip'

0 commit comments

Comments
 (0)