mirror of
https://github.com/ihabunek/toot
synced 2025-02-03 12:47:32 +01:00
Drop support for python 3.7
This commit is contained in:
parent
211e501fbc
commit
b482dc20b4
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -7,12 +7,13 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
@ -8,7 +8,7 @@ authors = [{ name="Ivan Habunek", email="ivan@habunek.com" }]
|
||||
description = "Mastodon CLI client"
|
||||
readme = "README.rst"
|
||||
license = { file="LICENSE" }
|
||||
requires-python = ">=3.7"
|
||||
requires-python = ">=3.8"
|
||||
dynamic = ["version"]
|
||||
|
||||
classifiers = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user