File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ packages = find:
2828python_requires = >= 3.10
2929
3030install_requires =
31- pglast ==5.0
31+ pglast ==6.2
3232
3333tests_require =
3434 pytest>=7.2.0
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py310
2+ envlist = py311
33[testenv]
44deps =
55 pytest
You can’t perform that action at this time.
0 commit comments