Skip to content

Commit c2198aa

Browse files
authored
Merge pull request #419 from jacebrowning/release-3.8
Bump version to 3.8
2 parents 016b7c4 + 97ce838 commit c2198aa

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.8 (unreleased)
1+
# 3.8 (2026-02-01)
22

33
- Dropped support for Python 3.9 and added support for Python 3.14.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gitman is a language-agnostic dependency manager using Git. It aims to serve as
1717

1818
### Requirements
1919

20-
- Python 3.9+
20+
- Python 3.10+
2121
- Git 2.8+ (with [stored credentials](http://gitman.readthedocs.io/en/latest/setup/git/))
2222

2323
### Installation

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.15"
4747
pydocstyle==6.3.0 ; python_version >= "3.10" and python_version < "3.15"
4848
pygments==2.19.2 ; python_version >= "3.10" and python_version < "3.15"
4949
pyinstaller-hooks-contrib==2025.10 ; python_version >= "3.10" and python_version < "3.15"
50-
pyinstaller==6.17.0 ; python_version >= "3.10" and python_version < "3.15"
50+
pyinstaller==6.18.0 ; python_version >= "3.10" and python_version < "3.15"
5151
pylint==3.3.9 ; python_version >= "3.10" and python_version < "3.15"
5252
pymdown-extensions==10.16.1 ; python_version >= "3.10" and python_version < "3.15"
5353
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"
7676
tomli==2.0.1 ; python_version == "3.10"
7777
tomlkit==0.10.2 ; python_version >= "3.10" and python_version < "3.15"
7878
types-freezegun==1.1.10 ; python_version >= "3.10" and python_version < "3.15"
79-
types-setuptools==80.9.0.20251223 ; python_version >= "3.10" and python_version < "3.15"
79+
types-setuptools==80.10.0.20260124 ; python_version >= "3.10" and python_version < "3.15"
8080
typing-extensions==4.15.0 ; python_version >= "3.10" and python_version < "3.15"
8181
universal-startfile==0.4 ; python_version >= "3.10" and python_version < "3.15"
8282
urllib3==2.6.3 ; python_version >= "3.10" and python_version < "3.15"

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "gitman"
4-
version = "3.7"
4+
version = "3.8"
55
description = "A language-agnostic dependency manager using Git."
66

77
license = "MIT"
@@ -30,7 +30,6 @@ classifiers = [
3030
"Operating System :: OS Independent",
3131
"Programming Language :: Python",
3232
"Programming Language :: Python :: 3",
33-
"Programming Language :: Python :: 3.9",
3433
"Programming Language :: Python :: 3.10",
3534
"Programming Language :: Python :: 3.11",
3635
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)