Skip to content

Commit af96936

Browse files
hrnciarhroncok
authored andcommitted
Raise the required python version to 3.13 and remove Pipfile.lock
1 parent 503bd2a commit af96936

File tree

3 files changed

+2
-386
lines changed

3 files changed

+2
-386
lines changed

.github/workflows/update-calendar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
repository: fedora-python/python-release-schedule-ical
2020
- uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.8'
22+
python-version: '3.13'
2323
- uses: dschep/install-pipenv-action@v1
2424
- name: Install dependencies
2525
run: pipenv install

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ python-dateutil = ">=2.8"
1616
lxml = "*"
1717

1818
[requires]
19-
python_version = "3.8"
19+
python_version = "3.13"

0 commit comments

Comments
 (0)