We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1389b commit 550305fCopy full SHA for 550305f
1 file changed
.github/workflows/page.yml
@@ -15,10 +15,10 @@ jobs:
15
uses: actions/checkout@v4
16
with:
17
repository: "PyGreSQL/PyGreSQL"
18
- - name: Set up Python 3.12
+ - name: Set up Python 3.13
19
uses: actions/setup-python@v5
20
21
- python-version: 3.12
+ python-version: 3.13
22
- name: Install dependencies
23
run: |
24
sudo apt install libpq-dev
0 commit comments