|
1 | 1 | {
|
2 | 2 | "include": [
|
3 | 3 | {
|
4 |
| - "hatch-env-name": "test.py3.10-numpy-version=1", |
| 4 | + "hatch-env-name": "test.py3.10-numpy=1", |
5 | 5 | "python-version": "3.10"
|
6 | 6 | },
|
7 | 7 | {
|
8 |
| - "hatch-env-name": "test.py3.10-numpy-version=2", |
| 8 | + "hatch-env-name": "test.py3.10-numpy=2", |
9 | 9 | "python-version": "3.10"
|
10 | 10 | },
|
11 | 11 | {
|
12 |
| - "hatch-env-name": "test.py3.11-numpy-version=1", |
| 12 | + "hatch-env-name": "test.py3.11-numpy=1", |
13 | 13 | "python-version": "3.11"
|
14 | 14 | },
|
15 | 15 | {
|
16 |
| - "hatch-env-name": "test.py3.11-numpy-version=2", |
| 16 | + "hatch-env-name": "test.py3.11-numpy=2", |
17 | 17 | "python-version": "3.11"
|
18 | 18 | },
|
19 | 19 | {
|
20 |
| - "hatch-env-name": "test.py3.12-numpy-version=1", |
| 20 | + "hatch-env-name": "test.py3.12-numpy=1", |
21 | 21 | "python-version": "3.12"
|
22 | 22 | },
|
23 | 23 | {
|
24 |
| - "hatch-env-name": "test.py3.12-numpy-version=2", |
| 24 | + "hatch-env-name": "test.py3.12-numpy=2", |
25 | 25 | "python-version": "3.12"
|
26 | 26 | },
|
27 | 27 | {
|
28 |
| - "hatch-env-name": "test.py3.13-numpy-version=2", |
29 |
| - "python-version": "3.13" |
| 28 | + "hatch-env-name": "test.py3.10-numpy=1-asdf=3", |
| 29 | + "python-version": "3.10" |
| 30 | + }, |
| 31 | + { |
| 32 | + "hatch-env-name": "test.py3.10-numpy=1-asdf=4", |
| 33 | + "python-version": "3.10" |
| 34 | + }, |
| 35 | + { |
| 36 | + "hatch-env-name": "test.py3.10-numpy=2-asdf=3", |
| 37 | + "python-version": "3.10" |
| 38 | + }, |
| 39 | + { |
| 40 | + "hatch-env-name": "test.py3.10-numpy=2-asdf=4", |
| 41 | + "python-version": "3.10" |
| 42 | + }, |
| 43 | + { |
| 44 | + "hatch-env-name": "test.py3.11-numpy=1-asdf=3", |
| 45 | + "python-version": "3.11" |
| 46 | + }, |
| 47 | + { |
| 48 | + "hatch-env-name": "test.py3.11-numpy=1-asdf=4", |
| 49 | + "python-version": "3.11" |
| 50 | + }, |
| 51 | + { |
| 52 | + "hatch-env-name": "test.py3.11-numpy=2-asdf=3", |
| 53 | + "python-version": "3.11" |
| 54 | + }, |
| 55 | + { |
| 56 | + "hatch-env-name": "test.py3.11-numpy=2-asdf=4", |
| 57 | + "python-version": "3.11" |
| 58 | + }, |
| 59 | + { |
| 60 | + "hatch-env-name": "test.py3.12-numpy=1-asdf=3", |
| 61 | + "python-version": "3.12" |
| 62 | + }, |
| 63 | + { |
| 64 | + "hatch-env-name": "test.py3.12-numpy=1-asdf=4", |
| 65 | + "python-version": "3.12" |
| 66 | + }, |
| 67 | + { |
| 68 | + "hatch-env-name": "test.py3.12-numpy=2-asdf=3", |
| 69 | + "python-version": "3.12" |
| 70 | + }, |
| 71 | + { |
| 72 | + "hatch-env-name": "test.py3.12-numpy=2-asdf=4", |
| 73 | + "python-version": "3.12" |
30 | 74 | }
|
31 | 75 | ]
|
32 | 76 | }
|
0 commit comments