Skip to content

Commit

Permalink
Update test file name
Browse files Browse the repository at this point in the history
  • Loading branch information
fcooper8472 committed Jan 2, 2024
1 parent c883569 commit eedd0bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v3
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test: Py 3.9-3.11"
name: "Test: Py 3.10-3.12"

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
File renamed without changes.

0 comments on commit eedd0bf

Please sign in to comment.