Skip to content

Commit daefc4c

Browse files
authored
Merge branch 'main' into bci_pytorch
2 parents 911a8c4 + 4b98de6 commit daefc4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bci_tester/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def create_BCI(
762762
)
763763
for postfix_ver, os_versions in (
764764
(3.8, ["15.6"]),
765-
(3.9, ["tumbleweed"]),
765+
("3.10", ["tumbleweed"]),
766766
)
767767
]
768768

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ markers = [
129129
'php-apache_8',
130130
'php-fpm_8',
131131
'postfix_3.8',
132-
'postfix_3.9',
132+
'postfix_3.10',
133133
'postgres_14',
134134
'postgres_15',
135135
'postgres_16',

0 commit comments

Comments
 (0)