We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 911a8c4 + 4b98de6 commit daefc4cCopy full SHA for daefc4c
bci_tester/data.py
@@ -762,7 +762,7 @@ def create_BCI(
762
)
763
for postfix_ver, os_versions in (
764
(3.8, ["15.6"]),
765
- (3.9, ["tumbleweed"]),
+ ("3.10", ["tumbleweed"]),
766
767
]
768
pyproject.toml
@@ -129,7 +129,7 @@ markers = [
129
'php-apache_8',
130
'php-fpm_8',
131
'postfix_3.8',
132
- 'postfix_3.9',
+ 'postfix_3.10',
133
'postgres_14',
134
'postgres_15',
135
'postgres_16',
0 commit comments