Skip to content

Commit

Permalink
remove old pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Apr 24, 2024
1 parent 758d0fd commit 512091e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- {name: '3.11', python: '3.11', os: ubuntu-latest}
- {name: '3.9', python: '3.9', os: ubuntu-latest}
- {name: '3.8', python: '3.8', os: ubuntu-latest}
- {name: '3.7', python: '3.7', os: ubuntu-latest}
- {name: '3.6', python: '3.6', os: ubuntu-latest}
- {name: '3.5', python: '3.5', os: ubuntu-latest}

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 0.0.1b4 - 2022-10-25

- add python 3.12 support
- remove support for python <3.8

### 0.0.1b3 - 2022-10-25

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Experimental Python wrapper of [vtzero](https://github.com/mapbox/vtzero) a mini

## Requirements

- Python >= 3.5
- Python >= 3.8
- gcc/clang++ >= 4.5 (C++11)

## Install
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
provides=["vtzero"],
include_package_data=True,
extras_require=extra_reqs,
python_requires=">=3.8",
)

0 comments on commit 512091e

Please sign in to comment.