Skip to content

Commit

Permalink
Add Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eumiro committed Jun 24, 2023
1 parent b34c275 commit fe7dac5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3"]

steps:
- uses: "actions/checkout@v2"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Text Editors",
"Topic :: Text Editors :: Text Processing",
"Topic :: Utilities",
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist =
py311
py310
py39
py38
py37

[testenv]
deps =
Expand All @@ -13,8 +13,8 @@ commands =

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310, docs, lint, manifest
3.10: py310
3.11: py311, docs, lint, manifest
pypy3: pypy3

0 comments on commit fe7dac5

Please sign in to comment.