Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: add Python 3.13 as supported#3012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nejch merged 1 commit intomainfromjlvillal/py314
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions.github/workflows/test.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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 }}
Expand Down
1 change: 1 addition & 0 deletionspyproject.toml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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"}
Expand Down
2 changes: 1 addition & 1 deletiontox.ini
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp