File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 66 build-docs :
77 working_directory : ~/repo
88 docker :
9- - image : cimg/python:3.8
9+ - image : cimg/python:3.10
1010
1111 steps :
1212 - checkout
4949 deploy-docs :
5050 working_directory : ~/repo
5151 docker :
52- - image : circleci /python:3.8.5-buster
52+ - image : cimg /python:3.10
5353 steps :
5454 - checkout
5555
Original file line number Diff line number Diff line change 1616 strategy :
1717 max-parallel : 12
1818 matrix :
19- os : [Ubuntu-20.04 , macOS-latest]
19+ os : [Ubuntu-latest , macOS-latest]
2020 include :
2121 - python-version : ' 3.8'
2222 toxenv : py38-test-oldestdeps
Original file line number Diff line number Diff line change 1- Copyright (c) 2005-2020 , NumPy Developers.
1+ Copyright (c) 2005-2023 , NumPy Developers.
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -7,5 +7,3 @@ statsmodels
77imageio
88# For supporting .md-based notebooks
99jupytext
10- # Temporary fix for lexer errors
11- ipython != 8.7.0
Original file line number Diff line number Diff line change 1212
1313
1414# -- Project information -----------------------------------------------------
15+ from datetime import date
1516
1617project = 'NumPy tutorials'
17- copyright = '2020, the NumPy community'
18+ copyright = f '2020- { date . today (). year } , the NumPy community'
1819author = 'the NumPy community'
1920
2021
You can’t perform that action at this time.
0 commit comments