Skip to content

Commit d0f6c36

Browse files
committed
Drop 3.7
1 parent c260fef commit d0f6c36

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818
name: Build (Python ${{ matrix.python-version }})
1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818
name: Build (Python ${{ matrix.python-version }})
1919
steps:
2020
- uses: actions/checkout@v2

flatdata-generator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "flatdata-generator"
77
version = "0.4.11"
88
description = "Generate source code for C++, Rust, or Python from a Flatdata schema file"
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.8"
1111
authors = [
1212
{ name = "Flatdata Developers" },
1313
]

flatdata-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "flatdata-py"
77
version = "0.4.11"
88
description = "Python 3 implementation of Flatdata"
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.8"
1111
authors = [
1212
{ name = "Flatdata Developers" },
1313
]

0 commit comments

Comments
 (0)