Skip to content

Commit

Permalink
Remove Python 3.10 as a compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
brendancsmith committed Feb 23, 2024
1 parent 5dee2dc commit 02e8ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
aiohttp = "^3.9.3"
aiolimiter = "^1.1.0"
tenacity = "^8.2.3"
Expand Down

0 comments on commit 02e8ad2

Please sign in to comment.