Skip to content

Commit

Permalink
support python versions 3.[10-12]
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdoc committed Feb 20, 2024
1 parent 25c00c3 commit 45c169b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ python:
- 3.6
- 3.7
- 3.8
- 3.10
- 3.11
- 3.12
before_install:
- python --version
- pip install -U pip
Expand Down

0 comments on commit 45c169b

Please sign in to comment.