Skip to content

Commit

Permalink
Merge pull request #137 from RonnyPfannschmidt/fix-build
Browse files Browse the repository at this point in the history
fix builds
  • Loading branch information
RonnyPfannschmidt committed Oct 15, 2022
2 parents 83f9532 + 8ab8009 commit 0c15e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python package

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

jobs:
build:
Expand All @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9 , "3.10", "3.11"]
python-version: [ "3.7", "3.8", "3.9" , "3.10"]

steps:
- uses: actions/checkout@v2
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 = py3{6,7,8,9}-{default,no_icu}
envlist = py3{7,8,9,10}-{default,no_icu}
minver=3.4
isolated_build=true

Expand Down

0 comments on commit 0c15e5e

Please sign in to comment.