Add Debian Bookworm to CI. (#631)
parent
b40a1c54f7
commit
57a8c7e652
|
@ -177,6 +177,8 @@ stages:
|
|||
targets:
|
||||
- name: Debian Bullseye
|
||||
test: debian-bullseye/3.9
|
||||
- name: Debian Bookworm
|
||||
test: debian-bookworm/3.11
|
||||
- name: ArchLinux
|
||||
test: archlinux/3.11
|
||||
- name: CentOS Stream 8 with Python 3.9
|
||||
|
|
|
@ -72,6 +72,8 @@ system_python_version_data:
|
|||
Debian:
|
||||
'11':
|
||||
- '3.9'
|
||||
'12':
|
||||
- '3.11'
|
||||
Alpine:
|
||||
'3.16':
|
||||
- '3.10'
|
||||
|
|
Loading…
Reference in New Issue