Skip to content

Commit 550305f

Browse files
committed
Update GitHub action
1 parent 2c1389b commit 550305f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/page.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
repository: "PyGreSQL/PyGreSQL"
18-
- name: Set up Python 3.12
18+
- name: Set up Python 3.13
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.12
21+
python-version: 3.13
2222
- name: Install dependencies
2323
run: |
2424
sudo apt install libpq-dev

0 commit comments

Comments
 (0)