summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-10-31 09:29:46 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-11-01 10:28:37 -0700
commitf9bd619f8069f1dcc0a82861cc1fd1bfa6559d0b (patch)
tree40097af42d364bbb33b2d06de79530022b503d99
parent482ae662901959eae841ea897fe977da5d318a41 (diff)
downloadnetworkx-f9bd619f8069f1dcc0a82861cc1fd1bfa6559d0b.tar.gz
Test on Python 3.11 (#6159)
-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 3c699afc..6e402f23 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
- python-version: ["3.8", "3.9", "3.10", "3.11-dev"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
@@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
@@ -122,7 +122,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos]
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}