Skip to content

Commit 1a82d16

Browse files
committed
Bump pglast version in setup.cfg
1 parent b283e75 commit 1a82d16

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
egress-policy: audit
1818

19-
- name: Setup python 3.10
19+
- name: Setup python 3.11
2020
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.11'
2323

2424
- name: Checkout
2525
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
@@ -53,10 +53,10 @@ jobs:
5353
with:
5454
egress-policy: audit
5555

56-
- name: Setup python 3.10
56+
- name: Setup python 3.11
5757
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
5858
with:
59-
python-version: '3.10'
59+
python-version: '3.11'
6060

6161
- name: Checkout pgspot
6262
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages = find:
2828
python_requires = >= 3.10
2929

3030
install_requires =
31-
pglast==5.0
31+
pglast==6.2
3232

3333
tests_require =
3434
pytest>=7.2.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310
2+
envlist = py311
33
[testenv]
44
deps =
55
pytest

0 commit comments

Comments
 (0)