Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "3.7"
version = "3.8"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down Expand Up @@ -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",
Expand Down