Commit ec219f6
🔧 Remove Python 3.10 support
Trying to install the package for Python 3.10 fails due to an issue with
PyYAML==5.4.1, see:
yaml/pyyaml#724
As we are currently working on a release for `aiida-core` v1.6.X, which does not
support Python 3.10, we remove support for Python 3.10 here as well.1 parent 4023b61 commit ec219f6
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments