Skip to content

Commit ba1bf35

Browse files
authored
Merge pull request #286 from jacebrowning/release-3.3
Bump version to 3.3
2 parents 8ebff67 + 5927990 commit ba1bf35

File tree

8 files changed

+141
-721
lines changed

8 files changed

+141
-721
lines changed

.appveyor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1+
image: Visual Studio 2019
2+
13
environment:
24
global:
35
RANDOM_SEED: 0
46
matrix:
5-
- PYTHON_MAJOR: 3
6-
PYTHON_MINOR: 7
77
- PYTHON_MAJOR: 3
88
PYTHON_MINOR: 8
9-
# TODO: Enable this when Python 3.9 is available in the default images
10-
# - PYTHON_MAJOR: 3
11-
# PYTHON_MINOR: 9
9+
- PYTHON_MAJOR: 3
10+
PYTHON_MINOR: 9
1211

1312
cache:
1413
- .venv -> poetry.lock

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python:
2+
version: 3.8

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ dist: xenial
22

33
language: python
44
python:
5-
- 3.7
65
- 3.8
76
- 3.9
87

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# 3.3 (beta)
1+
# 3.3 (2022-08-20)
22

3+
- **BREAKING**: Dropped support for Python 3.7.
34
- Replaced custom file openers with [universal-startfile](https://github.com/jacebrowning/universal-startfile).
45

56
# 3.2 (2022-04-08)

README.md

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

1717
### Requirements
1818

19-
- Python 3.7+
19+
- Python 3.8+
2020
- Git 2.8+ (with [stored credentials](http://gitman.readthedocs.io/en/latest/setup/git/))
2121

2222
### Installation

docs/requirements.txt

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ astunparse==1.6.3; python_version < "3.9" and python_version >= "3.7"
44
atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"
55
attrs==21.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
66
black==22.1.0; python_full_version >= "3.6.2"
7-
cached-property==1.5.2; python_version >= "3.7" and python_version < "3.8"
8-
certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
9-
charset-normalizer==2.0.12; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
10-
classproperties==0.2.0; python_version >= "3.7" and python_version < "4.0"
7+
cached-property==1.5.2; python_version >= "3.8" and python_version < "4.0"
8+
certifi==2021.10.8; python_version >= "3.7" and python_version < "4"
9+
charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
10+
classproperties==0.2.0; python_version >= "3.8" and python_version < "4.0"
1111
click==8.0.4; python_version >= "3.7" and python_full_version >= "3.6.2"
12-
colorama==0.4.4; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.2" and python_version < "4.0" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0")
12+
colorama==0.4.4; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "4.0" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0")
1313
coverage==6.3.2; python_version >= "3.7" and python_version < "4.0"
14-
coveragespace==4.2; python_version >= "3.6" and python_version < "4.0"
15-
datafiles==1.2; python_version >= "3.7" and python_version < "4.0"
16-
docopt==0.6.2; python_version >= "3.6" and python_version < "4.0"
14+
coveragespace==5.0; python_version >= "3.7" and python_version < "4.0"
15+
datafiles==2.0; python_version >= "3.8" and python_version < "4.0"
16+
docopt==0.6.2; python_version >= "3.7" and python_version < "4.0"
1717
freezegun==1.2.1; python_version >= "3.6"
1818
future==0.18.2; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.0"
1919
ghp-import==2.0.2; python_version >= "3.7"
20-
idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
21-
importlib-metadata==4.11.3; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2"
20+
idna==3.3; python_version >= "3.7" and python_version < "4"
21+
importlib-metadata==4.11.3; python_version < "3.10" and python_version >= "3.7"
2222
iniconfig==1.1.1; python_version >= "3.6"
2323
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
2424
jinja2==3.0.3; python_version >= "3.6"
@@ -38,7 +38,7 @@ mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.
3838
mypy==0.940; python_version >= "3.6"
3939
nose==1.3.7
4040
packaging==21.3; python_version >= "3.7"
41-
parse==1.19.0; python_version >= "3.7" and python_version < "4.0"
41+
parse==1.19.0; python_version >= "3.8" and python_version < "4.0"
4242
pathspec==0.9.0; python_full_version >= "3.6.2"
4343
pefile==2021.9.3; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.0"
4444
platformdirs==2.5.1; python_version >= "3.7" and python_full_version >= "3.6.2"
@@ -63,22 +63,21 @@ pytkdocs==0.16.1; python_version >= "3.7"
6363
pywin32-ctypes==0.2.0; sys_platform == "win32" and python_version >= "3.6"
6464
pyyaml-env-tag==0.1; python_version >= "3.7"
6565
pyyaml==6.0; python_version >= "3.7"
66-
requests==2.27.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
66+
requests==2.28.1; python_version >= "3.7" and python_version < "4"
6767
rope==0.14.0
68-
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.7"
69-
ruamel.yaml==0.17.21; python_version >= "3.7" and python_version < "4.0"
68+
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.8"
69+
ruamel.yaml==0.17.21; python_version >= "3.8" and python_version < "4.0"
7070
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "darwin" and python_version < "3.9" or python_full_version >= "3.3.0" and python_version >= "3.7" and sys_platform == "darwin" and python_version < "3.9"
7171
sniffer==0.4.1
7272
snowballstemmer==2.2.0; python_version >= "3.6"
7373
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
7474
tomli==2.0.1; python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "4.0"
75-
tomlkit==0.7.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0"
76-
typed-ast==1.4.3; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" and python_version >= "3.6"
75+
tomlkit==0.10.2; python_version >= "3.8" and python_version < "4.0"
7776
types-freezegun==1.1.7
7877
types-setuptools==57.4.11
79-
typing-extensions==3.10.0.2; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.6.2"
78+
typing-extensions==3.10.0.2; python_version < "3.10" and python_full_version >= "3.6.2" and python_version >= "3.6"
8079
universal-startfile==0.1; python_version >= "3.7" and python_version < "4.0"
81-
urllib3==1.26.9; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6"
80+
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
8281
watchdog==2.1.7; python_version >= "3.7"
8382
wrapt==1.14.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
84-
zipp==3.7.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2"
83+
zipp==3.7.0; python_version >= "3.7"

0 commit comments

Comments
 (0)