Skip to content

Commit b13d88f

Browse files
authored
Merge pull request #75 from uc-python/python-3.12-redux
Python 3.12 (again)
2 parents c9e940c + 8502c33 commit b13d88f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on: push
3+
on: [push, workflow_dispatch]
44

55
jobs:
66
validate-notebooks:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- python=3.11
6+
- python=3.12
77
- pip>=22.1
88
- nbconvert>=6.1
99
- numpy=1.26

notebooks/00-Introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"### Python\n",
363363
"\n",
364364
"* Python is the programming language we'll be learning in this class.\n",
365-
"* We are using Python 3.11, the (second-)newest version of Python, for the entirety of this class.\n",
365+
"* We are using Python 3.12, the newest version of Python, for the entirety of this class.\n",
366366
"* The core libaries we will be using are `pandas` and `seaborn`."
367367
]
368368
},

0 commit comments

Comments
 (0)