summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-08-05 01:00:19 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-08-05 01:00:19 -0400
commit393aa58f2c5afd51f92fd9bd4b6dfd0dc90cea41 (patch)
treea61de275324558358abc0c85f85827649a159512 /.github
parent942e313727d1ad886a1024c24fe4a9e8e2e0bb3e (diff)
New upstream version 8.2.3.upstream/8.2.3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 81efafa..aeef23d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,13 +12,13 @@ jobs:
strategy:
fail-fast: false
matrix:
- python: [3.5, 3.6, 3.7, 3.8, 3.9]
+ python: ['3.7', '3.8', '3.9', '3.10']
image:
- ubuntu-latest
include:
- - python: 3.9
+ - python: '3.10'
image: macos-latest
- - python: 3.9
+ - python: '3.10'
image: windows-latest
runs-on: '${{ matrix.image }}'
steps:
@@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python: [3.9]
+ python: ['3.10']
image:
- ubuntu-latest
runs-on: '${{ matrix.image }}'
@@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
python:
- - 3.9
+ - '3.10'
runs-on: ubuntu-latest
steps:
- name: Check out code
@@ -108,7 +108,7 @@ jobs:
strategy:
matrix:
python:
- - 3.9
+ - '3.10'
runs-on: ubuntu-latest
steps:
- name: Check out code