summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2023-04-14 07:27:28 -0700
committerGitHub <noreply@github.com>2023-04-14 19:57:28 +0530
commitfa3b9ee8870b38ca6ff23abaebbdf838b67fcc22 (patch)
tree6ad06299dc88309a47fe06aa4edd69cb56965fa3 /.circleci/config.yml
parent873518a73a2a877c4c22c8310d5c85fb56ebc0ef (diff)
downloadnetworkx-fa3b9ee8870b38ca6ff23abaebbdf838b67fcc22.tar.gz
Remove Python 3.8 from CI (#6636)
* Drop Python 3.8 from test workflows. * Bump Pypy version to 3.9 in test workflow. * Bump Python to 3.10 in lint, mypy, randomly workflows. * Bump circleci to Python 3.10.
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index be5f7e0e..dbb3e782 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,7 +4,7 @@ version: 2.1
jobs:
documentation:
docker:
- - image: cimg/python:3.9
+ - image: cimg/python:3.10
steps:
- checkout
@@ -64,7 +64,7 @@ jobs:
image:
docker:
- - image: cimg/python:3.9
+ - image: cimg/python:3.10
steps:
- checkout