Skip to content

Commit 178d479

Browse files
authored
GitHub Workflows:
* Update ci_run.yml
1 parent 4d4033a commit 178d479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_run.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: [ '3.11', '3.12', '3.13.x' ]
19+
python-version: [ '3.11', '3.12', '3.13.0-rc.1' ]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
27+
cache: 'pip'
2728

2829
- name: Install Dependencies
2930
run: |

0 commit comments

Comments
 (0)