We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d37dd commit b38248dCopy full SHA for b38248d
.github/workflows/update-calendar.yml
@@ -16,7 +16,7 @@ jobs:
16
repository: fedora-python/python-release-schedule-ical
17
- uses: actions/setup-python@v5
18
with:
19
- python-version: '3.8'
+ python-version: '3.13'
20
- uses: dschep/install-pipenv-action@v1
21
- name: Install dependencies
22
run: pipenv install
Pipfile
@@ -16,4 +16,4 @@ python-dateutil = ">=2.8"
lxml = "*"
[requires]
-python_version = "3.8"
+python_version = "3.13"
0 commit comments