Skip to content

Commit e3c470a

Browse files
author
Bryan Bartley
committed
Pin to last ubuntu version that still supports Python 3.7
1 parent b581145 commit e3c470a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# Default builds are on Ubuntu
21-
os: [ubuntu-latest]
21+
os: [ubuntu-22.04]
2222
# python-version: [3.7, 3.8, 3.9, pypy-3.7]
2323
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
2424
include:

0 commit comments

Comments
 (0)