Compare commits

...
This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.

2 commits

Author SHA1 Message Date
richard
4002d8a433 version bump 2022-03-31 23:22:10 +01:00
Richard Smith
7b92ade9ec try some additional python versions in build 2022-03-31 23:16:16 +01:00
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ jobs:
runs-on: macos-11 runs-on: macos-11
strategy: strategy:
matrix: matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10.0' ] python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
env: env:
MACOSX_DEPLOYMENT_TARGET: 10.14 MACOSX_DEPLOYMENT_TARGET: 10.14
steps: steps:
@ -65,7 +65,7 @@ jobs:
# You can use PyPy versions in python-version. # You can use PyPy versions in python-version.
# For example, pypy2 and pypy3 # For example, pypy2 and pypy3
matrix: matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10.0', 'pypy-3.7' ] python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -113,7 +113,7 @@ jobs:
# You can use PyPy versions in python-version. # You can use PyPy versions in python-version.
# For example, pypy2 and pypy3 # For example, pypy2 and pypy3
matrix: matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10.0' ] python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -173,7 +173,7 @@ jobs:
uses: actions/setup-python@v2.2.2 uses: actions/setup-python@v2.2.2
with: with:
# Version range or exact version of a Python version to use, using SemVer's version range syntax. # Version range or exact version of a Python version to use, using SemVer's version range syntax.
python-version: '3.9' python-version: '3.10'
# The target architecture (x86, x64) of the Python interpreter. # The target architecture (x86, x64) of the Python interpreter.
architecture: x64 architecture: x64
@ -214,7 +214,7 @@ jobs:
uses: actions/setup-python@v2.2.2 uses: actions/setup-python@v2.2.2
with: with:
# Version range or exact version of a Python version to use, using SemVer's version range syntax. # Version range or exact version of a Python version to use, using SemVer's version range syntax.
python-version: '3.9' python-version: '3.10'
# The target architecture (x86, x64) of the Python interpreter. # The target architecture (x86, x64) of the Python interpreter.
architecture: x64 architecture: x64

View file

@ -1 +1 @@
__version__ = "4.0.0.5" __version__ = "4.0.0.6"