We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa77d20 commit 206f356Copy full SHA for 206f356
.ci_support/migrations/python39.yaml
@@ -0,0 +1,20 @@
1
+migrator_ts: 1602104489
2
+__migrator:
3
+ migration_number: 2
4
+ operation: key_add
5
+ primary_key: python
6
+ ordering:
7
+ python:
8
+ - 3.6.* *_cpython
9
+ - 3.7.* *_cpython
10
+ - 3.8.* *_cpython
11
+ - 3.9.* *_cpython # new entry
12
+ - 3.6.* *_73_pypy
13
+ paused: false
14
+python:
15
+ - 3.9.* *_cpython
16
+# additional entries to add for zip_keys
17
+numpy:
18
+ - 1.18
19
+python_impl:
20
+ - cpython
recipe/meta.yaml
@@ -13,7 +13,7 @@ source:
- gh2146.patch
build:
- number: 0
+ number: 1
requirements:
0 commit comments