Skip to content

Commit 29b82e2

Browse files
authored
Merge pull request #425 from cclauss/patch-1
Add Python 3.10 to the testing
2 parents e4d3349 + 08412c1 commit 29b82e2

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

.github/workflows/ci.yml

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,73 +10,80 @@ jobs:
1010
include:
1111
- BUILD_TYPE: Debug
1212
WITH_BFD: yes
13-
PYTHON_VERSION: 3.9
13+
PYTHON_VERSION: '3.10'
14+
TEST_SYMPY: yes
15+
OS: ubuntu-20.04
16+
CC: gcc
17+
18+
- BUILD_TYPE: Debug
19+
WITH_BFD: yes
20+
PYTHON_VERSION: '3.9'
1421
TEST_SYMPY: yes
1522
OS: ubuntu-20.04
1623
CC: gcc
1724

1825
- BUILD_TYPE: Release
19-
PYTHON_VERSION: 3.7
26+
PYTHON_VERSION: '3.7'
2027
BUILD_SHARED_LIBS: yes
2128
OS: ubuntu-20.04
2229
CC: gcc
2330

2431
- BUILD_TYPE: Release
25-
PYTHON_VERSION: 3.7
32+
PYTHON_VERSION: '3.7'
2633
WITH_MPFR: yes
2734
INTEGER_CLASS: gmpxx
2835
WITH_NUMPY: no
2936
OS: ubuntu-20.04
3037
CC: gcc
3138

3239
- BUILD_TYPE: Release
33-
PYTHON_VERSION: 3.8
40+
PYTHON_VERSION: '3.8'
3441
WITH_MPC: yes
3542
OS: ubuntu-20.04
3643
CC: gcc
3744

3845
- BUILD_TYPE: Release
3946
WITH_MPFR: yes
40-
PYTHON_VERSION: 3.8
47+
PYTHON_VERSION: '3.8'
4148
OS: ubuntu-20.04
4249
CC: gcc
4350

4451
- BUILD_TYPE: Release
45-
PYTHON_VERSION: 3.9
52+
PYTHON_VERSION: '3.9'
4653
WITH_MPC: yes
4754
OS: ubuntu-20.04
4855
CC: gcc
4956

5057
- BUILD_TYPE: Release
51-
PYTHON_VERSION: 3.9
58+
PYTHON_VERSION: '3.9'
5259
WITH_MPC: yes
5360
INTEGER_CLASS: flint
5461
WITH_FLINT: yes
5562
OS: ubuntu-20.04
5663
CC: gcc
5764

5865
#- BUILD_TYPE: Debug
59-
# PYTHON_VERSION: 3.9
66+
# PYTHON_VERSION: '3.9'
6067
# WITH_BFD: yes
6168
# WITH_PIRANHA: yes
6269
# OS: ubuntu-20.04
6370
# CC: gcc
6471

6572
- BUILD_TYPE: Debug
66-
PYTHON_VERSION: 3.8
73+
PYTHON_VERSION: '3.8'
6774
WITH_BFD: yes
6875
BUILD_SHARED_LIBS: yes
6976
OS: ubuntu-20.04
7077
CC: clang
7178

7279
- BUILD_TYPE: Release
73-
PYTHON_VERSION: 3.7
80+
PYTHON_VERSION: '3.7'
7481
WITH_NUMPY: yes
7582
OS: ubuntu-20.04
7683
CC: clang
7784

7885
- BUILD_TYPE: Debug
79-
PYTHON_VERSION: 3.8
86+
PYTHON_VERSION: '3.8'
8087
WITH_SYMPY: yes
8188
WITH_LLVM: 13
8289
WITH_SCIPY: yes
@@ -85,31 +92,31 @@ jobs:
8592
EXTRA_APT_PACKAGES: 'llvm-13'
8693

8794
- BUILD_TYPE: Debug
88-
PYTHON_VERSION: 3.7
95+
PYTHON_VERSION: '3.7'
8996
WITH_SCIPY: yes
9097
WITH_LLVM: 5.0
9198
OS: macos-latest
9299
CC: clang
93100

94101
- BUILD_TYPE: Release
95-
PYTHON_VERSION: 3.9
102+
PYTHON_VERSION: '3.9'
96103
WITH_NUMPY: no
97104
OS: macos-latest
98105
CC: clang
99106

100107
- BUILD_TYPE: Debug
101-
PYTHON_VERSION: 3.7
108+
PYTHON_VERSION: '3.7'
102109
WITH_NUMPY: no
103110
OS: macos-latest
104111
CC: gcc
105112

106113
- BUILD_TYPE: Release
107-
PYTHON_VERSION: 3.8
114+
PYTHON_VERSION: '3.8'
108115
OS: macos-latest
109116
CC: gcc
110117

111118
- BUILD_TYPE: Release
112-
PYTHON_VERSION: 3.8
119+
PYTHON_VERSION: '3.8'
113120
OS: ubuntu-20.04
114121
WITH_MPC: yes
115122
WITH_MPFR: yes

0 commit comments

Comments
 (0)