Skip to content

Commit 7806bed

Browse files
committed
Changing actions versions
1 parent 4269ce8 commit 7806bed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
14-
python-version: [3.9, "3.10", 3.11, 3.12]
14+
python-version: [3.9, "3.10", 3.11]
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Setup Python environment
@@ -34,7 +34,7 @@ jobs:
3434
Docs:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: Setup Python environment
3939
uses: actions/setup-python@v6
4040
with:
@@ -59,11 +59,11 @@ jobs:
5959
strategy:
6060
matrix:
6161
os: [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
62-
python-version: [3.9, "3.10", 3.11,pypy-3.8, pypy-3.10]
62+
python-version: [3.9, "3.10", 3.11, 3.12]
6363
steps:
64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v5
6565
- name: Setup Python environment
66-
uses: actions/setup-python@v2.2.1
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969
- name: Install Requirements

0 commit comments

Comments
 (0)