diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b3113a..ac974b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 3.8 (unreleased) +# 3.8 (2026-02-01) - Dropped support for Python 3.9 and added support for Python 3.14. diff --git a/README.md b/README.md index 9ddf74db..dd452b16 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Gitman is a language-agnostic dependency manager using Git. It aims to serve as ### Requirements -- Python 3.9+ +- Python 3.10+ - Git 2.8+ (with [stored credentials](http://gitman.readthedocs.io/en/latest/setup/git/)) ### Installation diff --git a/docs/requirements.txt b/docs/requirements.txt index 3f804eac..fcd02448 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -47,7 +47,7 @@ pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.15" pydocstyle==6.3.0 ; python_version >= "3.10" and python_version < "3.15" pygments==2.19.2 ; python_version >= "3.10" and python_version < "3.15" pyinstaller-hooks-contrib==2025.10 ; python_version >= "3.10" and python_version < "3.15" -pyinstaller==6.17.0 ; python_version >= "3.10" and python_version < "3.15" +pyinstaller==6.18.0 ; python_version >= "3.10" and python_version < "3.15" pylint==3.3.9 ; python_version >= "3.10" and python_version < "3.15" pymdown-extensions==10.16.1 ; python_version >= "3.10" and python_version < "3.15" pync==2.0.3 ; python_version >= "3.10" and python_version < "3.15" and sys_platform == "darwin" @@ -76,7 +76,7 @@ snowballstemmer==2.2.0 ; python_version >= "3.10" and python_version < "3.15" tomli==2.0.1 ; python_version == "3.10" tomlkit==0.10.2 ; python_version >= "3.10" and python_version < "3.15" types-freezegun==1.1.10 ; python_version >= "3.10" and python_version < "3.15" -types-setuptools==80.9.0.20251223 ; python_version >= "3.10" and python_version < "3.15" +types-setuptools==80.10.0.20260124 ; python_version >= "3.10" and python_version < "3.15" typing-extensions==4.15.0 ; python_version >= "3.10" and python_version < "3.15" universal-startfile==0.4 ; python_version >= "3.10" and python_version < "3.15" urllib3==2.6.3 ; python_version >= "3.10" and python_version < "3.15" diff --git a/poetry.lock b/poetry.lock index 92f41d87..76809edd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.0 and should not be changed by hand. [[package]] name = "altgraph" @@ -1197,7 +1197,7 @@ files = [ [[package]] name = "pytest-random" -version = "0.02" +version = "0.2" description = "py.test plugin to randomize tests" optional = false python-versions = "*" diff --git a/pyproject.toml b/pyproject.toml index 8922c904..f61a0973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gitman" -version = "3.7" +version = "3.8" description = "A language-agnostic dependency manager using Git." license = "MIT" @@ -30,7 +30,6 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",