Skip to content

Commit

Permalink
Update python versions, don't report commit in build
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Dec 17, 2023
1 parent 1b9cce5 commit 1d636c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -20,8 +18,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest build hatch hatch-vcs
- name: Report version
run: hatch version
- name: Lint with flake8
run: flake8 . --count --exit-zero
- name: Install tilekiln
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Tilekiln requires a PostGIS database with data loaded to generate vector tiles.

- PostgreSQL 10+
- PostGIS 3.1+
- Python 3.10+

## History

Expand Down

0 comments on commit 1d636c9

Please sign in to comment.