feat!: drop Python 3.9 support and add Python 3.14 · python-gitlab/python-gitlab@22941ac

Original file line numberDiff line numberDiff line change

@@ -2,14 +2,14 @@

22

minversion = 4.0

33

skipsdist = True

44

skip_missing_interpreters = True

5-

envlist = py313,py312,py311,py310,py39,black,isort,flake8,mypy,twine-check,cz,pylint

5+

envlist = py314,py313,py312,py311,py310,black,isort,flake8,mypy,twine-check,cz,pylint

66
77

# NOTE(jlvillal): To use a label use the `-m` flag.

88

# For example to run the `func` label group of environments do:

99

# tox -m func

1010

labels =

1111

lint = black,isort,flake8,mypy,pylint,cz

12-

unit = py313,py312,py311,py310,py39,py38

12+

unit = py314,py313,py312,py311,py310

1313

# func is the functional tests. This is very time consuming.

1414

func = cli_func_v4,api_func_v4

1515