Skip to content

Commit

Permalink
drop 3.9
Browse files Browse the repository at this point in the history
some weird pydantic issue was making it crash on 3.8 and it's honestly just not worth it to debug it.
  • Loading branch information
hexiro committed Apr 22, 2023
1 parent 18c167c commit 093c17e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
# setting just 3.10 bugs out for some reason
python-version: [3.8, 3.9, 3.10.11, 3.11.3]
python-version: [3.9, 3.10.11, 3.11.3]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "spotify-to-musi"
description = "Transfer Spotify playlists to Musi."
version = "2.0.0rc2"
version = "2.0.0rc3"
readme = "README.md"
license = "MIT"
authors = ["Hexiro <[email protected]>"]
Expand All @@ -24,7 +24,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
rich = "^13.3.4"
rich-click = "^1.6.1"
aiofiles = "^23.1.0"
Expand Down

0 comments on commit 093c17e

Please sign in to comment.