Skip to content

Commit 14fcf70

Browse files
authored
Merge pull request #462 from fortran-lang/ci/fix-python-matrix
ci: drop Python 3.7 since its EOL
2 parents 3cf8f29 + 9f2efbd commit 14fcf70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}
1616

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

3-
"""Builds the fortls Language Server
4-
"""
3+
"""Builds the fortls Language Server"""
4+
55
import setuptools
66

77
setuptools.setup()

0 commit comments

Comments
 (0)