File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ concurrency:
1010 group : ${{ github.workflow }}-${{ github.ref }}
1111 cancel-in-progress : true
1212
13+ env :
14+ # drastically reduce overhead from coverage measurement (on Python 3.12+)
15+ COVERAGE_CORE : sysmon
16+
1317jobs :
1418 no_object_checks :
1519
2024 python-version :
2125 - " 3.10"
2226 - " 3.11"
27+ - " 3.12"
28+ - " 3.13"
2329 group : [1, 2, 3]
2430
2531 steps :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ VIP - Vortex Image Processing package
66.. |VIP | image :: https://badge.fury.io/py/vip-hci.svg
77 :target: https://pypi.python.org/pypi/vip-hci
88
9- .. |Versions | image :: https://img.shields.io/badge/Python-3.7 %2C%203.8 %2C%203.9 %2C%203.10%2C%203.11 -brightgreen.svg
9+ .. |Versions | image :: https://img.shields.io/badge/Python-3.10 %2C%203.11 %2C%203.12 %2C%203.13 -brightgreen.svg
1010 :target: https://pypi.python.org/pypi/vip-hci
1111
1212.. |License | image :: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
@@ -49,7 +49,7 @@ Introduction
4949------------
5050
5151VIP is a python package for high-contrast imaging of exoplanets and circumstellar disks.
52- VIP is compatible with Python 3.10 and 3.11 (Python 2 compatibility dropped with VIP 0.9.9, and Python 3.7 compatibility dropped with VIP 1.4.3).
52+ VIP is compatible with Python 3.10 to 3.13 (Python 2 compatibility dropped with VIP 0.9.9, and Python 3.7 compatibility dropped with VIP 1.4.3).
5353
5454The goal of VIP is to integrate open-source, efficient, easy-to-use and
5555well-documented implementations of high-contrast image processing algorithms to
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ What is VIP?
1111------------
1212``VIP `` stands for Vortex Image Processing.
1313It is a python package for high-contrast imaging of exoplanets and circumstellar disks.
14- VIP is compatible with Python 3.10 and 3.11 (Python 2 compatibility dropped with VIP 0.9.9, and Python 3.7 compatibility dropped with VIP 1.4.3).
14+ VIP is compatible with Python 3.10 to 3.13 (Python 2 compatibility dropped with VIP 0.9.9, and Python 3.7 compatibility dropped with VIP 1.4.3).
1515
1616The goal of VIP is to integrate open-source, efficient, easy-to-use and
1717well-documented implementations of high-contrast image processing algorithms to
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Programming Language :: Python :: 3 :: Only" ,
2323 " Programming Language :: Python :: 3.10" ,
2424 " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
2527 " Topic :: Scientific/Engineering :: Astronomy" ,
2628]
2729urls.Homepage = " https://github.com/vortex-exoplanet/VIP"
You can’t perform that action at this time.
0 commit comments