Skip to content

Commit

Permalink
update python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
caiomts committed Apr 7, 2023
1 parent 464f5cf commit 75d3acf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,19 +22,19 @@ Timerdo is an intuitive CLI application that will help you focus on what really
---
## Requirements

Python 3.10+
Python 3.11+

No fear of the command-line interface :laughing:.

--
---

**Source Code:** https://github.com/caiomts/timerdo

**Documentation:** http://caiomts.github.io/timerdo

:warning: Early stage project[^2]

--
---

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -9,7 +9,7 @@ Timerdo is an intuitive CLI application that will help you focus on what really
---
## Requirements

Python 3.10+
Python 3.11+

No fear of the command-line interface :laughing:.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "timerdo"
authors = [{name = "Caio Mescouto Terra de Souza", email = "caiomescouto@gmail.com"}]
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
dynamic = ["version", "description"]
dependencies = [
"sqlalchemy >=2.0.4, <2.1",
Expand Down

0 comments on commit 75d3acf

Please sign in to comment.