Skip to content

Commit 34e65df

Browse files
authored
Merge pull request #39 from palfrey/lockdown-ubuntu-version
Update Python versions to 3.9-3.13
2 parents cef73ee + 213ad4f commit 34e65df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
14+
python-version: ["3.9", "3.10", "3.11"]
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)