Skip to content

Commit 6b85b18

Browse files
committed
Changing python to 3.11 in build
1 parent 55cc528 commit 6b85b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
python-version: [3.7]
14+
python-version: [3.11]
1515
services:
1616
postgres:
1717
image: postgres:12

0 commit comments

Comments
 (0)