Skip to content

Commit

Permalink
Test with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Apr 27, 2023
1 parent ffb50a0 commit 47c75ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:

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

name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
envlist = py37,py38,py39,py310
envlist = py37,py38,py39,py310,py311

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311

[testenv]
commands =
Expand Down

0 comments on commit 47c75ee

Please sign in to comment.