Skip to content

Commit

Permalink
Test on Python 3.10 final
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and scorphus committed Jul 9, 2023
1 parent ceeaeab commit 1a242c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
types: [opened, reopened]

env:
PYTHON_LATEST: 3.9
PYTHON_LATEST: "3.10"

jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36,py37,py38
envlist = py27,py35,py36,py37,py38,py39,py310

[testenv]
deps = -rrequirements.txt
Expand Down

0 comments on commit 1a242c7

Please sign in to comment.