Skip to content

Commit

Permalink
Merge pull request #42 from miraisolutions/adding-python-3.10
Browse files Browse the repository at this point in the history
Adding python 3.10
  • Loading branch information
mirai-mjelavic authored May 15, 2024
2 parents 683b439 + a007f56 commit f8ab420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.7.x'
python-version: '3.10.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
# this is a list of possible environments to test in. Usually one at most will work when running tox in a virtualenv.
envlist = py36,py37,py38,py39
envlist = py37,py38,py39,py310
skip_missing_interpreters = true

skipsdist = true
Expand Down

0 comments on commit f8ab420

Please sign in to comment.