Skip to content

Commit

Permalink
ADD python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fbtravi committed Oct 17, 2023
1 parent 6aeaf20 commit a63c41b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = W801,E501,W605,W504,W606,W503,E203,E266,W1505
ignore = W801,E501,W605,W504,W606,W503,E203,E266
max-line-length = 88
max-complexity = 20
select = B,C,E,F,W,T4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"black==22.*,>=22.1.0",
"celery==5.*,>=5.2.7",
"coverage==6.*,>=6.3.2",
"flake8==4.*,>=4.0.1",
"flake8==6.*,>=6.1.0",
"pre-commit==2.*,>=2.20.0",
"preggy==1.*,>=1.4.4",
"pylint==2.*,>=2.13.8",
Expand Down Expand Up @@ -61,6 +61,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Multimedia :: Graphics :: Presentation",
Expand Down

0 comments on commit a63c41b

Please sign in to comment.