File tree Expand file tree Collapse file tree 3 files changed +14
-514
lines changed Expand file tree Collapse file tree 3 files changed +14
-514
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
os : [ubuntu-latest, windows-latest, macOS-latest]
12
- python-version : [2.7, 3.6]
12
+ python-version : [3.6]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
Original file line number Diff line number Diff line change 8
8
A Serverless v1.x plugin to automatically bundle dependencies from
9
9
` requirements.txt ` and make them available in your ` PYTHONPATH ` .
10
10
11
- ## Requires Serverless >= v1.34
11
+ ## Requirements
12
+
13
+ * Serverless >= v1.34
14
+ * Python >= 3.6
15
+
16
+ ### Python 2.7 note
17
+
18
+ As of 6.0.0, Python 2.7 is no longer supported. This plugin delegates most work out to ` pip `
19
+ directly or indirectly, so it may continue to work, but:
20
+
21
+ * The test suite no longer includes 2.7 specific tests.
22
+ * Fixes for 2.7 specific bugs that require code branching by Python version will not be accepted.
12
23
13
24
## Install
14
25
@@ -383,8 +394,7 @@ Quick notes on the config file:
383
394
384
395
# ## Customize Python executable
385
396
386
- Sometimes your Python executable isn't available on your `$PATH` as `python2.7`
387
- or `python3.6` (for example, windows or using pyenv).
397
+ Sometimes your Python executable isn't available on your `$PATH` as `python3.6`, possibly for example, on Windows or using pyenv.
388
398
To support this, this plugin has the following option :
389
399
390
400
` ` ` yaml
You can’t perform that action at this time.
0 commit comments