Skip to content

Commit ccb9c00

Browse files
committed
Update Python to 3.13
- tools started to drop 3.9 support
1 parent bd44f50 commit ccb9c00

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/org-inactive-user-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.9
17+
python-version: 3.13
1818
- uses: actions/checkout@v4
1919
with:
2020
path: community

.github/workflows/org-management-check-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.9
15+
python-version: 3.13
1616
- uses: actions/checkout@v4
1717
with:
1818
path: community

.github/workflows/org-management-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.9
15+
python-version: 3.13
1616
- uses: actions/checkout@v4
1717
with:
1818
path: community

.github/workflows/org-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ghproxy-cache-
3737
- uses: actions/setup-python@v5
3838
with:
39-
python-version: 3.9
39+
python-version: 3.13
4040
- uses: actions/checkout@v4
4141
with:
4242
path: community
@@ -98,7 +98,7 @@ jobs:
9898
ghproxy-cache-
9999
- uses: actions/setup-python@v5
100100
with:
101-
python-version: 3.9
101+
python-version: 3.13
102102
- uses: actions/checkout@v4
103103
with:
104104
path: community

orgs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Inactive users according to the criteria defined in
8383

8484
## Development
8585

86-
Requires Python 3.9.
86+
Requires Python 3.13.
8787

8888
How to run locally:
8989
```

0 commit comments

Comments
 (0)