We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dec3a commit d61c237Copy full SHA for d61c237
1 file changed
.github/workflows/python.yml
@@ -6,15 +6,15 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.11", "3.12", "3.13"]
10
os: ["macos-latest", "ubuntu-latest"]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- name: "GitHub Checks it out :sunglasses-face:"
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
20
cache: 'pip'
0 commit comments