Skip to content

Commit fa615df

Browse files
Upgrade dev environment to Python 3.8
A bump from 3.7 to 3.8 might sound trivial, but it took at least a dozen attempts at tweaking `requirements.txt` before it worked out. Each time I had to start over from the beginning. Turns out? I needed to pin `pygments` to avoid massive changes to the documentation HTML, which I don’t have time to vet right now.
1 parent eb896ee commit fa615df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.9
1+
3.8.16

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
astropy==3.2.2
1+
astropy==4.3.1
22
beautifulsoup4==4.6.0
33
html5lib==1.0.1
44
jinja2==3.0.3
55
lxml==4.9.1
66
mock==2.0.0
7-
numpy==1.15.4
7+
numpy==1.17.5
88
matplotlib==3.3.0
99
pandas==1.0.0
1010
pyflakes==2.1.1

0 commit comments

Comments
 (0)