Test Python 3.11, 3.12
This commit is contained in:
Родитель
54b725907b
Коммит
1046a22a97
|
@ -680,6 +680,24 @@ workflows:
|
|||
allow_fail: true
|
||||
filters: *default_filters
|
||||
|
||||
- python_job:
|
||||
name: python 3.11 test
|
||||
python_version: "3.11"
|
||||
command: pytest
|
||||
pytest_fail_fast: true
|
||||
test_results_filename: pytest-python-3-11.xml
|
||||
allow_fail: true
|
||||
filters: *default_filters
|
||||
|
||||
- python_job:
|
||||
name: python 3.12 test
|
||||
python_version: "3.12"
|
||||
command: pytest
|
||||
pytest_fail_fast: true
|
||||
test_results_filename: pytest-python-3-12.xml
|
||||
allow_fail: true
|
||||
filters: *default_filters
|
||||
|
||||
- python_job:
|
||||
name: python test iq enabled
|
||||
command: pytest
|
||||
|
|
Загрузка…
Ссылка в новой задаче