Skip to content

Commit

Permalink
Add 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 4, 2021
1 parent 187d844 commit f8013ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Test

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy3]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
os: [
ubuntu-20.04,
ubuntu-18.04,
Expand Down
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ matrix:
fast_finish: true
include:
- python: 'pypy3'
- python: '3.10'
- python: '3.10'
dist: bionic
- python: '3.10'
dist: focal
- python: '3.9'
- python: '3.9'
dist: bionic
Expand Down

0 comments on commit f8013ab

Please sign in to comment.