summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d01d74c..5e41167 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,8 +9,8 @@ jobs:
test:
strategy:
matrix:
- os: [ubuntu-20.04, windows-2022, macos-10.15]
- py: ["3.11-dev", "3.10", "3.9", "3.8", "3.7", "3.6"]
+ os: [ubuntu-22.04, windows-2022, macos-10.15]
+ py: ["3.11", "3.10", "3.9", "3.8", "3.7"]
runs-on: ${{ matrix.os }}
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
cache: "pip"