Skip to content

Commit b38248d

Browse files
committed
Raise the required python version to 3.13 and remove Pipfile.lock
1 parent 04d37dd commit b38248d

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
@@ -16,7 +16,7 @@ jobs:
1616
repository: fedora-python/python-release-schedule-ical
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.8'
19+
python-version: '3.13'
2020
- uses: dschep/install-pipenv-action@v1
2121
- name: Install dependencies
2222
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)