Skip to content

Commit

Permalink
Do not state that PRISM is compatible with Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
1313e committed Feb 1, 2021
1 parent 309712b commit a5ebd69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,10 @@ strategy:
imageName: 'ubuntu-latest'
python.version: '3.8'
upload_coverage: true
linux-python39:
imageName: 'ubuntu-latest'
python.version: '3.9'
mac-python38:
imageName: 'macOS-latest'
python.version: '3.8'
upload_coverage: true
mac-python39:
imageName: 'macOS-latest'
python.version: '3.9'
windows-x86-python36:
imageName: 'windows-latest'
python.version: '3.6'
Expand All @@ -60,10 +54,6 @@ strategy:
python.version: '3.8'
python.arch: 'x86'
upload_coverage: true
windows-x86-python39:
imageName: 'windows-latest'
python.version: '3.9'
python.arch: 'x86'
windows-x64-python36:
imageName: 'windows-latest'
python.version: '3.6'
Expand All @@ -75,9 +65,6 @@ strategy:
python.version: '3.8'
upload_coverage: true
deploy: true
windows-x64-python39:
imageName: 'windows-latest'
python.version: '3.9'
maxParallel: 10

pool:
Expand Down
2 changes: 1 addition & 1 deletion prism/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# %% VERSIONS
# Default/Latest/Current version
__version__ = '1.3.2dev0'
__version__ = '1.3.2'

# Compatibility versions
compat_version = ['1.0.0rc12', '1.2.2']
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Scientific/Engineering',
'Topic :: Software Development'
],
Expand Down

0 comments on commit a5ebd69

Please sign in to comment.