Skip to content

Commit

Permalink
Issue 4 test newer python (#5)
Browse files Browse the repository at this point in the history
* test with python 3.11 and 3.12

* bump dependencies
  • Loading branch information
emkor authored Sep 8, 2024
1 parent f1b93ec commit c2b3c06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "napi-py"
version = "1.2.3"
version = "1.2.4"
description = "CLI tool for downloading subtitles from napiprojekt.pl"
authors = ["emkor93 <[email protected]>"]
license = "GPL-3.0 License"
Expand Down

0 comments on commit c2b3c06

Please sign in to comment.