Skip to content

Commit

Permalink
Merge pull request #723 from SUSE/no_python310
Browse files Browse the repository at this point in the history
Remove python 3.10 from testing
  • Loading branch information
grisu48 authored Jan 13, 2025
2 parents 1b3c45a + 10b2c51 commit ed658d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ def create_BCI(
available_versions=versions,
)
for ver, versions in (
("3.10", ["tumbleweed"]),
("3.12", ["15.6", "tumbleweed"]),
("3.13", ["15.7", "tumbleweed"]),
)
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ markers = [
'prometheus_2',
'prometheus_3',
'python_3.9',
'python_3.10',
'python_3.11',
'python_3.12',
'python_3.13',
Expand Down

0 comments on commit ed658d7

Please sign in to comment.