Skip to content

Commit

Permalink
Merge pull request #65 from dostuffthatmatters/master
Browse files Browse the repository at this point in the history
Add Python 3.12 to CI tests, add pip caching
  • Loading branch information
gazpachoking committed Jan 17, 2024
2 parents 8af34d3 + e2a460c commit bca1cc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit bca1cc4

Please sign in to comment.