Skip to content

Commit 7113aa3

Browse files
committed
GitHub actions were upgraded to python v3.13
1 parent 66851e9 commit 7113aa3

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@ dynamic = ["version"]
88
authors = [{ name = "Jasur Sadikov", email = "jasur@sadikoff.com" }]
99
description = "Multi repository git utility. Manage multiple git-repositories simultaneously."
1010
readme = "README.md"
11-
license = { file = "LICENSE" }
11+
license = "MIT"
1212
requires-python = ">=3.13"
13-
classifiers = [
14-
"Programming Language :: Python :: 3",
15-
"License :: OSI Approved :: MIT License",
16-
"Operating System :: OS Independent",
17-
]
1813
dependencies = ["prettytable", "pygit2"]
1914

2015
[tool.setuptools.packages]

0 commit comments

Comments
 (0)