Skip to content

Commit

Permalink
ci: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 26, 2024
1 parent bef06df commit 1cb583d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-minor-version: [8, 9, 10, 11, 12, 13-dev]
python-minor-version: [8, 9, 10, 11, 12, 13, 14-dev]
name: Python 3.${{ matrix.python-minor-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup pip cache
uses: actions/cache@v3
uses: actions/cache@v4
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-v2-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-v2-
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: setuppy
with:
python-version: 3.${{ matrix.python-minor-version }}
Expand Down

0 comments on commit 1cb583d

Please sign in to comment.