Loading .github/workflows/test.yml +9 −5 Original line number Diff line number Diff line Loading @@ -34,17 +34,21 @@ jobs: toxenv: py311,smoke - version: "3.12" toxenv: py312,smoke - version: '3.13.0-alpha - 3.13' # SemVer's version range syntax - version: "3.13" toxenv: py313,smoke # NOTE(jlvillal): 2024-10-17: Enable this once we fix # https://github.com/python-gitlab/python-gitlab/issues/3013 # - version: "3.14.0-alpha - 3.14" # SemVer's version range syntax # toxenv: py314,smoke include: - os: macos-latest python: version: "3.12" toxenv: py312,smoke version: "3.13" toxenv: py313,smoke - os: windows-latest python: version: "3.12" toxenv: py312,smoke version: "3.13" toxenv: py313,smoke steps: - uses: actions/checkout@v4.2.1 - name: Set up Python ${{ matrix.python.version }} Loading pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] keywords = ["api", "client", "gitlab", "python", "python-gitlab", "wrapper"] license = {text = "LGPL-3.0-or-later"} Loading tox.ini +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ minversion = 4.0 skipsdist = True skip_missing_interpreters = True envlist = py313,py312,py311,py310,py39,py38,black,isort,flake8,mypy,twine-check,cz,pylint envlist = py313,py312,py311,py310,py39,black,isort,flake8,mypy,twine-check,cz,pylint # NOTE(jlvillal): To use a label use the `-m` flag. # For example to run the `func` label group of environments do: Loading Loading
.github/workflows/test.yml +9 −5 Original line number Diff line number Diff line Loading @@ -34,17 +34,21 @@ jobs: toxenv: py311,smoke - version: "3.12" toxenv: py312,smoke - version: '3.13.0-alpha - 3.13' # SemVer's version range syntax - version: "3.13" toxenv: py313,smoke # NOTE(jlvillal): 2024-10-17: Enable this once we fix # https://github.com/python-gitlab/python-gitlab/issues/3013 # - version: "3.14.0-alpha - 3.14" # SemVer's version range syntax # toxenv: py314,smoke include: - os: macos-latest python: version: "3.12" toxenv: py312,smoke version: "3.13" toxenv: py313,smoke - os: windows-latest python: version: "3.12" toxenv: py312,smoke version: "3.13" toxenv: py313,smoke steps: - uses: actions/checkout@v4.2.1 - name: Set up Python ${{ matrix.python.version }} Loading
pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] keywords = ["api", "client", "gitlab", "python", "python-gitlab", "wrapper"] license = {text = "LGPL-3.0-or-later"} Loading
tox.ini +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ minversion = 4.0 skipsdist = True skip_missing_interpreters = True envlist = py313,py312,py311,py310,py39,py38,black,isort,flake8,mypy,twine-check,cz,pylint envlist = py313,py312,py311,py310,py39,black,isort,flake8,mypy,twine-check,cz,pylint # NOTE(jlvillal): To use a label use the `-m` flag. # For example to run the `func` label group of environments do: Loading