Skip to content

Commit

Permalink
Merge pull request #286 from jacebrowning/release-3.3
Browse files Browse the repository at this point in the history
Bump version to 3.3
  • Loading branch information
jacebrowning committed Aug 20, 2022
2 parents 8ebff67 + 5927990 commit ba1bf35
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 721 deletions.
9 changes: 4 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
image: Visual Studio 2019

environment:
global:
RANDOM_SEED: 0
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 7
- PYTHON_MAJOR: 3
PYTHON_MINOR: 8
# TODO: Enable this when Python 3.9 is available in the default images
# - PYTHON_MAJOR: 3
# PYTHON_MINOR: 9
- PYTHON_MAJOR: 3
PYTHON_MINOR: 9

cache:
- .venv -> poetry.lock
Expand Down
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python:
version: 3.8
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dist: xenial

language: python
python:
- 3.7
- 3.8
- 3.9

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 3.3 (beta)
# 3.3 (2022-08-20)

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

# 3.2 (2022-04-08)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gitman is a language-agnostic dependency manager using Git. It aims to serve as

### Requirements

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

### Installation
Expand Down
37 changes: 18 additions & 19 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ astunparse==1.6.3; python_version < "3.9" and python_version >= "3.7"
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"
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"
black==22.1.0; python_full_version >= "3.6.2"
cached-property==1.5.2; python_version >= "3.7" and python_version < "3.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"
charset-normalizer==2.0.12; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
classproperties==0.2.0; python_version >= "3.7" and python_version < "4.0"
cached-property==1.5.2; python_version >= "3.8" and python_version < "4.0"
certifi==2021.10.8; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
classproperties==0.2.0; python_version >= "3.8" and python_version < "4.0"
click==8.0.4; python_version >= "3.7" and python_full_version >= "3.6.2"
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")
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")
coverage==6.3.2; python_version >= "3.7" and python_version < "4.0"
coveragespace==4.2; python_version >= "3.6" and python_version < "4.0"
datafiles==1.2; python_version >= "3.7" and python_version < "4.0"
docopt==0.6.2; python_version >= "3.6" and python_version < "4.0"
coveragespace==5.0; python_version >= "3.7" and python_version < "4.0"
datafiles==2.0; python_version >= "3.8" and python_version < "4.0"
docopt==0.6.2; python_version >= "3.7" and python_version < "4.0"
freezegun==1.2.1; python_version >= "3.6"
future==0.18.2; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.0"
ghp-import==2.0.2; python_version >= "3.7"
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"
importlib-metadata==4.11.3; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2"
idna==3.3; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.11.3; python_version < "3.10" and python_version >= "3.7"
iniconfig==1.1.1; python_version >= "3.6"
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
jinja2==3.0.3; python_version >= "3.6"
Expand All @@ -38,7 +38,7 @@ mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.
mypy==0.940; python_version >= "3.6"
nose==1.3.7
packaging==21.3; python_version >= "3.7"
parse==1.19.0; python_version >= "3.7" and python_version < "4.0"
parse==1.19.0; python_version >= "3.8" and python_version < "4.0"
pathspec==0.9.0; python_full_version >= "3.6.2"
pefile==2021.9.3; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.0"
platformdirs==2.5.1; python_version >= "3.7" and python_full_version >= "3.6.2"
Expand All @@ -63,22 +63,21 @@ pytkdocs==0.16.1; python_version >= "3.7"
pywin32-ctypes==0.2.0; sys_platform == "win32" and python_version >= "3.6"
pyyaml-env-tag==0.1; python_version >= "3.7"
pyyaml==6.0; python_version >= "3.7"
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"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
rope==0.14.0
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.7"
ruamel.yaml==0.17.21; python_version >= "3.7" and python_version < "4.0"
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.8"
ruamel.yaml==0.17.21; python_version >= "3.8" and python_version < "4.0"
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"
sniffer==0.4.1
snowballstemmer==2.2.0; python_version >= "3.6"
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"
tomli==2.0.1; python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "4.0"
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"
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"
tomlkit==0.10.2; python_version >= "3.8" and python_version < "4.0"
types-freezegun==1.1.7
types-setuptools==57.4.11
typing-extensions==3.10.0.2; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.6.2"
typing-extensions==3.10.0.2; python_version < "3.10" and python_full_version >= "3.6.2" and python_version >= "3.6"
universal-startfile==0.1; python_version >= "3.7" and python_version < "4.0"
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"
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"
watchdog==2.1.7; python_version >= "3.7"
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"
zipp==3.7.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2"
zipp==3.7.0; python_version >= "3.7"

0 comments on commit ba1bf35

Please sign in to comment.