Skip to content
Snippets Groups Projects
Commit fd82e18e authored by petitminion's avatar petitminion
Browse files

drop python 8 and 9

parent 53489979
Branches
No related tags found
1 merge request!38drop python 8 and 9
Pipeline #37032 failed
...@@ -24,7 +24,7 @@ In order to evaluate if a reported problem is a bug or not, it should be reprodu ...@@ -24,7 +24,7 @@ In order to evaluate if a reported problem is a bug or not, it should be reprodu
### Draft ### Draft
New features or deep changes need to be discussed in the community. To mark this phase the label `Status: Draft` can be used. Additionally a discussion on https://governance.funkwhale.audio should be started and probably linked in the issue. New features or deep changes need to be discussed in the community. To mark this phase the label `Status: Draft` can be used. Additionally a discussion on https://forum.funkwhale.audio should be started and probably linked in the issue.
### Needs design ### Needs design
......
...@@ -50,7 +50,7 @@ containers python: ...@@ -50,7 +50,7 @@ containers python:
parallel: parallel:
matrix: matrix:
- PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] - PYTHON_VERSION: ["3.10", "3.11", "3.12", "3.13"]
variables: variables:
DOCKER_BUILD_TARGET: python DOCKER_BUILD_TARGET: python
......
...@@ -14,4 +14,5 @@ ...@@ -14,4 +14,5 @@
lychee lychee
--cache --cache
--exclude-all-private --exclude-all-private
--include-mail
-- . -- .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment