Skip to content

Commit

Permalink
✨ add python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MaaniBeigy committed Sep 23, 2023
1 parent 17c316a commit 66f4194
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10.6"]
python-version: ["3.8", "3.9", "3.10.6", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,6 @@ build-remove:

.PHONY: clean-all
clean-all: pycache-remove build-remove docker-remove


# poetry config pypi-token.pypi your-api-token
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 66f4194

Please sign in to comment.