File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Python Buildpack Changelog
2
2
3
- # 156 (2019-08)
3
+ # Master
4
4
5
- Move get-pip utility to S3
6
- Build utility and documentation updates
7
- Python 3.6.9 and 3.7.4 now available.
5
+ - Bump Hatchet tests to point at new default python version.
6
+
7
+ - Python 3.6.9 and 3.7.4 now available.
8
+
9
+ - Move get-pip utility to S3
10
+
11
+ - Build utility and documentation updates
12
+
13
+ --------------------------------------------------------------------------------
8
14
9
15
# 155 (2019-08-22)
10
16
Original file line number Diff line number Diff line change 4
4
it "🐍" do
5
5
Hatchet ::Runner . new ( 'python-getting-started' , stack : DEFAULT_STACK ) . deploy do |app |
6
6
expect ( app . output ) . to match ( /Installing pip/ )
7
- expect ( app . run ( 'python -V' ) ) . to match ( /3.6.8 / )
7
+ expect ( app . run ( 'python -V' ) ) . to match ( /3.6.9 / )
8
8
end
9
9
end
10
10
end
You can’t perform that action at this time.
0 commit comments