Skip to content

Commit fe64d75

Browse files
committed
ci: πŸ’š Fix workflows
1 parent 32428bd commit fe64d75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Ž.github/workflows/main.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ci:
1313
strategy:
1414
matrix:
15-
python-version: [3.10, 3.14]
15+
python-version: ["3.10", "3.14"]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout sources

β€Žcodelimit/common/GithubRepository.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class GithubRepository:
66
owner: str
77
name: str
8-
branch: str | None = None
8+
branch: str
99
tag: str | None = None
1010

1111
def __str__(self) -> str:

0 commit comments

Comments
Β (0)