File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ name = "pypi"
77requests = " *"
88argparse = " *"
99pyyaml = " *"
10+ urllib3 = " >=2.7.0"
1011
1112[dev-packages ]
1213flake8 = " *"
1314black = " *"
1415
1516[requires ]
16- python_version = " 3.12"
17- python_full_version = " 3.12.9"
17+ python_version = " 3.14"
Original file line number Diff line number Diff line change 44
55- you need to be a Eclipse JGit committer
66- install [ jreleaser CLI] ( https://jreleaser.org/guide/latest/install.html )
7- - install [ python 3.12 ] ( https://www.python.org/ )
7+ - install [ python 3.14 ] ( https://www.python.org/ )
88- install [ pipenv] ( https://pipenv.pypa.io/en/latest/installation.html ) we use below to setup a python virtualenv
99- we sign release tags and Maven artifacts using GPG.
1010 Follow [ Git Tools - Signing Your Work] ( https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work )
6161- prepare virtualenv for ` download_release.py ` :
6262 ```
6363 $ cd tools/maven-central
64- $ pipenv --python 3.12
64+ $ pipenv --python 3.14
6565 $ pipenv sync
6666 ```
6767- download a JGit release from repo.eclipse.org and create artifact signature files (` .asc ` )
You can’t perform that action at this time.
0 commit comments