Skip to content

Commit 2de272a

Browse files
committed
Remove Python 3.11 from apt packages
1 parent 6730a6b commit 2de272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: sudo systemctl start mysql.service
4040
- uses: actions/checkout@v4
4141
- name: Install system Python build deps for psycopg2
42-
run: sudo apt-get install python3-dev python3.11-dev
42+
run: sudo apt-get install python3-dev
4343
- name: Set up Python ${{ matrix.python }}
4444
uses: actions/setup-python@v5
4545
with:

0 commit comments

Comments
 (0)