parent
6b4d5fe3f0
commit
a55d40dbb5
2 changed files with 2 additions and 6 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -111,10 +111,6 @@ jobs:
|
||||||
VER: '8.1'
|
VER: '8.1'
|
||||||
- SWIGLANG: python
|
- SWIGLANG: python
|
||||||
PY2: 2
|
PY2: 2
|
||||||
- SWIGLANG: python
|
|
||||||
VER: '3.2'
|
|
||||||
os: ubuntu-18.04 # Python < 3.5 not available for 20.04.
|
|
||||||
continue-on-error: true # broken packages problem
|
|
||||||
- SWIGLANG: python
|
- SWIGLANG: python
|
||||||
VER: '3.3'
|
VER: '3.3'
|
||||||
os: ubuntu-18.04 # Python < 3.5 not available for 20.04.
|
os: ubuntu-18.04 # Python < 3.5 not available for 20.04.
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
# error "This version of SWIG only supports Python >= 2.7"
|
# error "This version of SWIG only supports Python >= 2.7"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if PY_VERSION_HEX >= 0x03000000 && PY_VERSION_HEX < 0x03020000
|
#if PY_VERSION_HEX >= 0x03000000 && PY_VERSION_HEX < 0x03030000
|
||||||
# error "This version of SWIG only supports Python 3 >= 3.2"
|
# error "This version of SWIG only supports Python 3 >= 3.3"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Common SWIG API */
|
/* Common SWIG API */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue