summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-10-24 18:54:04 -0700
committerGitHub <noreply@github.com>2021-10-24 18:54:04 -0700
commit365cf572089909f5498cda404fbc4455cac8ee7a (patch)
tree2e3fe913cac1a9f07fb7cfc362bb7038c3ff9d52 /.github
parent73ae7545dba0a466df8eb793e3d434de4b2415ca (diff)
downloadnetworkx-365cf572089909f5498cda404fbc4455cac8ee7a.tar.gz
Test on Python 3.10 (#4807)
* Test on Python 3.10 * Fix tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a9198f31..dfa72863 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
- python-version: [3.8, 3.9]
+ python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos]
- python-version: [pypy-3.8]
+ python-version: ['pypy-3.8']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
- python-version: [3.8, 3.9]
+ python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@@ -109,7 +109,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos]
- python-version: [3.8, 3.9]
+ python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}