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 d8f1d0b commit 4f487dcCopy full SHA for 4f487dc
.github/workflows/cd-pydgraph.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v5
23
with:
24
- python-version: "3.12"
+ python-version: "3.12 || 3.13"
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
0 commit comments