File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v4
19- - name : Set up Python 3.12
19+ - name : Set up Python 3.13
2020 uses : actions/setup-python@v3
2121 with :
22- python-version : " 3.12 "
22+ python-version : " 3.13 "
2323 - name : Install dependencies and set up the environment
2424 run : |
2525 python -m pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -8,13 +8,8 @@ dynamic = ["version"]
88authors = [{ name = " Jasur Sadikov" , email = " jasur@sadikoff.com" }]
99description = " Multi repository git utility. Manage multiple git-repositories simultaneously."
1010readme = " README.md"
11- license = { file = " LICENSE " }
11+ license = " MIT "
1212requires-python = " >=3.13"
13- classifiers = [
14- " Programming Language :: Python :: 3" ,
15- " License :: OSI Approved :: MIT License" ,
16- " Operating System :: OS Independent" ,
17- ]
1813dependencies = [" prettytable" , " pygit2" ]
1914
2015[tool .setuptools .packages ]
You can’t perform that action at this time.
0 commit comments