Skip to content

Commit

Permalink
Dropped support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovskikh committed Nov 18, 2023
1 parent bad6b62 commit 43763cc
Show file tree
Hide file tree
Showing 6 changed files with 534 additions and 550 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,6 @@ on:
- master

jobs:
unittest-checks:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.7"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Test with unittest
run: |
poetry run python -m unittest discover
pre-commit-checks:
runs-on: ubuntu-latest
strategy:
Expand Down
5 changes: 3 additions & 2 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ The Changelog
2.0.0 — to be released
----------------------

Dropped support for Python 2.7 (end of life).
Dropped support for Python 2.7 and 3.7 (end of life).

For compatibility with Python 2.7 please use version `>=1.0.0,<2.0.0`.
For compatibility with Python 2.7 and 3.7 please use version `>=1.0.0,<2.0.0`.


### Changed

* Dropped support for Python 2.7
* Dropped support for Python 3.7


1.0.1 — 2022-11-04
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Used By
Some open-source projects that use `funcparserlib` as an explicit dependency:

* [Hy](https://github.com/hylang/hy), a Lisp dialect that's embedded in Python
* 4.2K stars, version `>= 1.0.0a0`, Python 3.7+
* 4.2K stars, version `~= 1.0`, Python 3.8+
* [Splash](https://github.com/scrapinghub/splash), a JavaScript rendering service with HTTP API, by Scrapinghub
* 3.6K stars, version `*`. Python 3 in Docker
* [graphite-beacon](https://github.com/klen/graphite-beacon), a simple alerting system for Graphite metrics
Expand Down
Loading

0 comments on commit 43763cc

Please sign in to comment.