File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed
Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.15"
4747pydocstyle == 6.3.0 ; python_version >= "3.10" and python_version < "3.15"
4848pygments == 2.19.2 ; python_version >= "3.10" and python_version < "3.15"
4949pyinstaller-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"
5151pylint == 3.3.9 ; python_version >= "3.10" and python_version < "3.15"
5252pymdown-extensions == 10.16.1 ; python_version >= "3.10" and python_version < "3.15"
5353pync == 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"
7676tomli == 2.0.1 ; python_version == "3.10"
7777tomlkit == 0.10.2 ; python_version >= "3.10" and python_version < "3.15"
7878types-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"
8080typing-extensions == 4.15.0 ; python_version >= "3.10" and python_version < "3.15"
8181universal-startfile == 0.4 ; python_version >= "3.10" and python_version < "3.15"
8282urllib3 == 2.6.3 ; python_version >= "3.10" and python_version < "3.15"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22
33name = " gitman"
4- version = " 3.7 "
4+ version = " 3.8 "
55description = " A language-agnostic dependency manager using Git."
66
77license = " 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" ,
You can’t perform that action at this time.
0 commit comments