File tree 2 files changed +10
-15
lines changed 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -72,27 +72,14 @@ jobs:
72
72
run : tox -e py311-buildhtml
73
73
74
74
pixi_test :
75
- name : ${{ matrix.os }} ${{ matrix.name }}
75
+ name : ${{ matrix.os }} with ${{ matrix.environment }}
76
76
runs-on : ${{ matrix.os }}
77
77
strategy :
78
78
fail-fast : false
79
79
matrix :
80
80
# Run all supported OS for one Python version, then add a few extra scenarios
81
81
os : [ubuntu-latest, macos-latest, windows-latest]
82
- python-version : ['3.12']
83
- toxenv : [py312-test]
84
- name : ['with Python 3.12',]
85
- include :
86
- - python-version : ' 3.10'
87
- toxenv : py310-test-oldestdeps
88
- name : with Python 3.10 and oldest versioned dependencies
89
- os : ubuntu-latest
90
-
91
- - python-version : ' 3.13'
92
- toxenv : py313-test-devdeps
93
- name : with Python 3.13 and developer versioned dependencies
94
- os : ubuntu-latest
95
-
82
+ environment : [py311, py312]
96
83
steps :
97
84
- uses : actions/checkout@v4
98
85
Original file line number Diff line number Diff line change @@ -44,11 +44,19 @@ jupytext = ">=1.16"
44
44
sphinx-book-theme = " >=1.1"
45
45
sphinx-copybutton = " >=0.5"
46
46
47
+ [feature .py312 .dependencies ]
48
+ python = " 3.12.*"
49
+
50
+ [feature .py313 .dependencies ]
51
+ python = " 3.13.*"
52
+
47
53
[feature .jupyterlite .dependencies ]
48
54
jupyterlab = " ~=4.2.4"
49
55
jupyterlite-core = " ==0.4.0"
50
56
jupyterlite-pyodide-kernel = " ==0.4.1"
51
57
notebook = " ~=7.2.1"
52
58
53
59
[environments ]
60
+ py312 = [" py312" ]
61
+ py313 = [" py313" ]
54
62
jupyterlite = [" jupyterlite" ]
You can’t perform that action at this time.
0 commit comments