python-casacore 3.7.1__tar.gz → 3.8.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. {python_casacore-3.7.1 → python_casacore-3.8.1}/CHANGELOG.md +7 -0
  2. {python_casacore-3.7.1 → python_casacore-3.8.1}/CMakeLists.txt +3 -0
  3. {python_casacore-3.7.1 → python_casacore-3.8.1}/PKG-INFO +6 -12
  4. {python_casacore-3.7.1 → python_casacore-3.8.1}/README.rst +5 -11
  5. python_casacore-3.8.1/casacore/_version.py +24 -0
  6. {python_casacore-3.7.1 → python_casacore-3.8.1}/cmake/FindCasacore.cmake +30 -11
  7. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyproject.toml +11 -14
  8. python_casacore-3.7.1/casacore/_version.py +0 -21
  9. {python_casacore-3.7.1 → python_casacore-3.8.1}/.coveragerc +0 -0
  10. {python_casacore-3.7.1 → python_casacore-3.8.1}/.dockerignore +0 -0
  11. {python_casacore-3.7.1 → python_casacore-3.8.1}/LICENSE +0 -0
  12. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/.aipsrc +0 -0
  13. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/__init__.py +0 -0
  14. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/fitting/__init__.py +0 -0
  15. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/fitting/fitting.py +0 -0
  16. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/functionals/__init__.py +0 -0
  17. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/functionals/functional.py +0 -0
  18. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/images/__init__.py +0 -0
  19. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/images/coordinates.py +0 -0
  20. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/images/image.py +0 -0
  21. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/measures/__init__.py +0 -0
  22. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/quanta/__init__.py +0 -0
  23. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/quanta/quantity.py +0 -0
  24. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/__init__.py +0 -0
  25. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/msutil.py +0 -0
  26. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/table.py +0 -0
  27. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/tablecolumn.py +0 -0
  28. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/tablehelper.py +0 -0
  29. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/tableindex.py +0 -0
  30. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/tableiter.py +0 -0
  31. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/tablerow.py +0 -0
  32. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/tableutil.py +0 -0
  33. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/tables/wxtablebrowser.py +0 -0
  34. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/util/__init__.py +0 -0
  35. {python_casacore-3.7.1 → python_casacore-3.8.1}/casacore/util/substitute.py +0 -0
  36. {python_casacore-3.7.1 → python_casacore-3.8.1}/cmake/FindCFITSIO.cmake +0 -0
  37. {python_casacore-3.7.1 → python_casacore-3.8.1}/cmake/FindWCSLIB.cmake +0 -0
  38. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/199.html +0 -0
  39. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/259.css +0 -0
  40. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/259.html +0 -0
  41. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/259.latex +0 -0
  42. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/259.pdf +0 -0
  43. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/Makefile +0 -0
  44. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/casacore.tex +0 -0
  45. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/casacore_fitting.rst +0 -0
  46. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/casacore_functionals.rst +0 -0
  47. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/casacore_images.rst +0 -0
  48. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/casacore_measures.rst +0 -0
  49. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/casacore_quanta.rst +0 -0
  50. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/casacore_tables.rst +0 -0
  51. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/casacore_util.rst +0 -0
  52. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/conf.py +0 -0
  53. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/index.rst +0 -0
  54. {python_casacore-3.7.1 → python_casacore-3.8.1}/doc/requirements.txt +0 -0
  55. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/__init__.py +0 -0
  56. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/fitting.py +0 -0
  57. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/functionals.py +0 -0
  58. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/images/__init__.py +0 -0
  59. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/images/coordinates.py +0 -0
  60. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/images/image.py +0 -0
  61. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/images.py +0 -0
  62. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/measures.py +0 -0
  63. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/quanta.py +0 -0
  64. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/tables.py +0 -0
  65. {python_casacore-3.7.1 → python_casacore-3.8.1}/pyrap/util.py +0 -0
  66. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/CMakeLists.txt +0 -0
  67. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/fit.cc +0 -0
  68. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/fitting.cc +0 -0
  69. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/fitting.h +0 -0
  70. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/functional.cc +0 -0
  71. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/functionals.cc +0 -0
  72. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/functionals.h +0 -0
  73. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/images.cc +0 -0
  74. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pyimages.cc +0 -0
  75. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pyimages.h +0 -0
  76. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pymeas.cc +0 -0
  77. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pymeasures.cc +0 -0
  78. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pymeasures.h +0 -0
  79. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pyms.cc +0 -0
  80. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pytable.cc +0 -0
  81. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pytableindex.cc +0 -0
  82. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pytableiter.cc +0 -0
  83. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/pytablerow.cc +0 -0
  84. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/quanta.cc +0 -0
  85. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/quanta.h +0 -0
  86. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/quantamath.cc +0 -0
  87. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/quantity.cc +0 -0
  88. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/quantvec.cc +0 -0
  89. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/tables.cc +0 -0
  90. {python_casacore-3.7.1 → python_casacore-3.8.1}/src/tables.h +0 -0
  91. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/CMakeLists.txt +0 -0
  92. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/requirements.txt +0 -0
  93. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/tConvert.cc +0 -0
  94. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_convert.py +0 -0
  95. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_fitting.py +0 -0
  96. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_functionals.py +0 -0
  97. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_image.py +0 -0
  98. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_measures.py +0 -0
  99. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_quanta.py +0 -0
  100. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_table.py +0 -0
  101. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_unicode.py +0 -0
  102. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/test_util.py +0 -0
  103. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/timage.py.out +0 -0
  104. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/tquanta.py.out +0 -0
  105. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/ttable.py.out +0 -0
  106. {python_casacore-3.7.1 → python_casacore-3.8.1}/tests/tutil.py.out +0 -0
@@ -1,3 +1,10 @@
1
+ # 3.8.1
2
+
3
+ This version as a binary wheel ships with underlying casacore v3.8.1.
4
+
5
+ Support for Python 3.8 and 3.9 was dropped; support for Python 3.14 was added.
6
+ This version requires a C++-20 compatible compiler.
7
+
1
8
  # 3.7.1
2
9
 
3
10
  This version as a binary wheel ships with underlying casacore v3.7.1.
@@ -1,6 +1,9 @@
1
1
  cmake_minimum_required(VERSION 3.15...3.26)
2
2
  project(python-casacore)
3
3
 
4
+ set(CMAKE_CXX_STANDARD 20)
5
+ set(CMAKE_CXX_STANDARD_REQUIRED True)
6
+
4
7
  find_package(
5
8
  Python
6
9
  COMPONENTS Interpreter Development.Module
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: python-casacore
3
- Version: 3.7.1
3
+ Version: 3.8.1
4
4
  Summary: A wrapper around CASACORE, the radio astronomy library
5
5
  Keywords: pyrap,casacore,utilities,astronomy
6
6
  Author-Email: Malte Marquarding <Malte.Marquarding@gmail.com>, Ger van Diepen <gervandiepen@gmail.com>, Gijs Molenaar <gijs@pythonic.nl>, Tammo Jan Dijkema <dijkema@astron.nl>, Marcel Loose <loose@astron.nl>
@@ -179,7 +179,7 @@ Classifier: Programming Language :: C++
179
179
  Classifier: Programming Language :: Python :: 3
180
180
  Classifier: Topic :: Scientific/Engineering :: Astronomy
181
181
  Project-URL: Homepage, https://github.com/casacore/python-casacore
182
- Requires-Python: >=3.8
182
+ Requires-Python: >=3.10
183
183
  Requires-Dist: numpy
184
184
  Description-Content-Type: text/x-rst
185
185
 
@@ -247,17 +247,11 @@ On ubuntu you can install these with::
247
247
 
248
248
  $ pip install .
249
249
 
250
- * If the compilation fails you might need to help the compiler find the paths to the
251
- boost and casacore libraries and headers. You can control this with the `CFLAGS` environment
252
- variable. For example on OS X when using homebrew and clang you need to do something like
253
- this::
250
+ * If the compilation fails you might need to help the compiler find the paths
251
+ to the boost and casacore libraries and headers. You can control this with
252
+ the `CMAKE_ARGS` environment variable. For example::
254
253
 
255
- CFLAGS="-std=c++11 \
256
- -I/usr/local/Cellar/boost/1.68.0/include/ \
257
- -I/usr/local/include/ \
258
- -L/usr/local/Cellar/boost/1.68.0/lib \
259
- -L/usr/local/lib/" \
260
- pip install python-casacore
254
+ $ CMAKE_ARGS="-DCASACORE_ROOT_DIR=/path/to/casacore" pip install .
261
255
 
262
256
  Support
263
257
  =======
@@ -62,17 +62,11 @@ On ubuntu you can install these with::
62
62
 
63
63
  $ pip install .
64
64
 
65
- * If the compilation fails you might need to help the compiler find the paths to the
66
- boost and casacore libraries and headers. You can control this with the `CFLAGS` environment
67
- variable. For example on OS X when using homebrew and clang you need to do something like
68
- this::
69
-
70
- CFLAGS="-std=c++11 \
71
- -I/usr/local/Cellar/boost/1.68.0/include/ \
72
- -I/usr/local/include/ \
73
- -L/usr/local/Cellar/boost/1.68.0/lib \
74
- -L/usr/local/lib/" \
75
- pip install python-casacore
65
+ * If the compilation fails you might need to help the compiler find the paths
66
+ to the boost and casacore libraries and headers. You can control this with
67
+ the `CMAKE_ARGS` environment variable. For example::
68
+
69
+ $ CMAKE_ARGS="-DCASACORE_ROOT_DIR=/path/to/casacore" pip install .
76
70
 
77
71
  Support
78
72
  =======
@@ -0,0 +1,24 @@
1
+ # file generated by vcs-versioning
2
+ # don't change, don't track in version control
3
+ from __future__ import annotations
4
+
5
+ __all__ = [
6
+ "__version__",
7
+ "__version_tuple__",
8
+ "version",
9
+ "version_tuple",
10
+ "__commit_id__",
11
+ "commit_id",
12
+ ]
13
+
14
+ version: str
15
+ __version__: str
16
+ __version_tuple__: tuple[int | str, ...]
17
+ version_tuple: tuple[int | str, ...]
18
+ commit_id: str | None
19
+ __commit_id__: str | None
20
+
21
+ __version__ = version = '3.8.1'
22
+ __version_tuple__ = version_tuple = (3, 8, 1)
23
+
24
+ __commit_id__ = commit_id = 'g97191f950'
@@ -13,7 +13,7 @@
13
13
  # For this, you need to have a complete casacore installation, built with shared
14
14
  # libraries, at your disposal.
15
15
  #
16
- # The dependencies in this macro were generated against casacore release 1.7.0.
16
+ # The dependencies in this macro were generated against casacore release 2.0.
17
17
  #
18
18
  # Variables used by this module:
19
19
  # CASACORE_ROOT_DIR - Casacore root directory.
@@ -24,6 +24,7 @@
24
24
  # CASACORE_FOUND - System has Casacore, which means that the
25
25
  # include dir was found, as well as all
26
26
  # libraries specified (not cached)
27
+ # CASACORE_VERSION - Found version, e.g. "3.6.1" (not cached)
27
28
  # CASACORE_INCLUDE_DIR - Casacore include directory (cached)
28
29
  # CASACORE_INCLUDE_DIRS - Casacore include directories (not cached)
29
30
  # identical to CASACORE_INCLUDE_DIR
@@ -112,13 +113,11 @@ endmacro(casacore_find_library _name)
112
113
  # Usage: casacore_find_package(name [REQUIRED])
113
114
  #
114
115
  macro(casacore_find_package _name)
115
- if("${ARGN}" MATCHES "^REQUIRED$" AND
116
- Casacore_FIND_REQUIRED AND
117
- NOT CASACORE_MAKE_REQUIRED_EXTERNALS_OPTIONAL)
118
- find_package(${_name} REQUIRED)
119
- else()
120
- find_package(${_name})
116
+ set(_arg_list ${ARGN})
117
+ if(NOT Casacore_FIND_REQUIRED OR CASACORE_MAKE_REQUIRED_EXTERNALS_OPTIONAL)
118
+ list(REMOVE_ITEM _arg_list "REQUIRED")
121
119
  endif()
120
+ find_package(${_name} ${_arg_list})
122
121
  if(${_name}_FOUND)
123
122
  list(APPEND CASACORE_INCLUDE_DIRS ${${_name}_INCLUDE_DIRS})
124
123
  list(APPEND CASACORE_LIBRARIES ${${_name}_LIBRARIES})
@@ -150,12 +149,12 @@ set(Casacore_coordinates_DEPENDENCIES fits measures casa)
150
149
  set(Casacore_derivedmscal_DEPENDENCIES ms measures tables casa)
151
150
  set(Casacore_fits_DEPENDENCIES measures tables casa)
152
151
  set(Casacore_images_DEPENDENCIES coordinates mirlib lattices fits measures scimath tables casa)
153
- set(Casacore_lattices_DEPENDENCIES scimath tables casa)
152
+ set(Casacore_lattices_DEPENDENCIES tables scimath casa)
154
153
  set(Casacore_meas_DEPENDENCIES measures tables casa)
155
154
  set(Casacore_measures_DEPENDENCIES tables casa)
156
155
  set(Casacore_mirlib_DEPENDENCIES)
157
156
  set(Casacore_ms_DEPENDENCIES measures scimath tables casa)
158
- set(Casacore_msfits_DEPENDENCIES ms fits measures scimath tables casa)
157
+ set(Casacore_msfits_DEPENDENCIES ms fits measures tables casa)
159
158
  set(Casacore_python3_DEPENDENCIES casa)
160
159
  set(Casacore_scimath_DEPENDENCIES scimath_f casa)
161
160
  set(Casacore_scimath_f_DEPENDENCIES)
@@ -166,6 +165,7 @@ set(CASACORE_FOUND FALSE)
166
165
  set(CASACORE_DEFINITIONS)
167
166
  set(CASACORE_LIBRARIES)
168
167
  set(CASACORE_MISSING_COMPONENTS)
168
+ set(CASACORE_VERSION)
169
169
 
170
170
  # Search for the header file first.
171
171
  if(NOT CASACORE_INCLUDE_DIR)
@@ -209,7 +209,7 @@ else(NOT CASACORE_INCLUDE_DIR)
209
209
  foreach(_comp ${_find_components})
210
210
  casacore_find_library(casa_${_comp})
211
211
  if(${_comp} STREQUAL casa)
212
- casacore_find_package(HDF5)
212
+ casacore_find_package(HDF5 COMPONENTS CXX)
213
213
  casacore_find_library(m)
214
214
  list(APPEND CASACORE_LIBRARIES ${CMAKE_DL_LIBS})
215
215
  elseif(${_comp} STREQUAL coordinates)
@@ -242,6 +242,25 @@ if(CASACORE_FOUND)
242
242
  set(HAVE_AIPSPP TRUE CACHE INTERNAL "Define if AIPS++/Casacore is installed")
243
243
  endif(CASACORE_FOUND)
244
244
 
245
+ # Check version requirements
246
+ file(WRITE ${CMAKE_BINARY_DIR}/casacore_version.cpp "#include <iostream>\n#include <casacore/casa/version.h>\nint main(int argc,char *argv[]) { std::cout << CASACORE_VERSION; return 0; }\n")
247
+ try_run(CASACORE_VERSION_RUN_RESULT CASACORE_VERSION_COMPILE_RESULT ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/casacore_version.cpp
248
+ RUN_OUTPUT_VARIABLE CASACORE_VERSION
249
+ COMPILE_DEFINITIONS "-I${CASACORE_INCLUDE_DIR}" )
250
+ if (CASACORE_FOUND AND CASACORE_VERSION)
251
+ if (Casacore_FIND_VERSION)
252
+ if (Casacore_FIND_VERSION_EXACT)
253
+ if (NOT CASACORE_VERSION VERSION_EQUAL Casacore_FIND_VERSION)
254
+ message(FATAL_ERROR "Found Casacore version ${CASACORE_VERSION}, but EXACT version ${Casacore_FIND_VERSION} is required.")
255
+ endif()
256
+ else()
257
+ if (CASACORE_VERSION VERSION_LESS Casacore_FIND_VERSION)
258
+ message(FATAL_ERROR "Found Casacore version ${CASACORE_VERSION}, but at least version ${Casacore_FIND_VERSION} is required.")
259
+ endif()
260
+ endif()
261
+ endif()
262
+ endif()
263
+
245
264
  # Compose diagnostic message if not all necessary components were found.
246
265
  if(CASACORE_MISSING_COMPONENTS)
247
266
  set(CASACORE_ERROR_MESSAGE "Casacore: the following components could not be found:\n ${CASACORE_MISSING_COMPONENTS}")
@@ -250,7 +269,7 @@ endif(CASACORE_MISSING_COMPONENTS)
250
269
  # Print diagnostics.
251
270
  if(CASACORE_FOUND)
252
271
  if(NOT Casacore_FIND_QUIETLY)
253
- message(STATUS "Found the following Casacore components: ")
272
+ message(STATUS "Found Casacore (version ${CASACORE_VERSION}) with the following components:")
254
273
  foreach(_comp ${_find_components})
255
274
  string(TOUPPER casa_${_comp} _COMP)
256
275
  message(STATUS " ${_comp}: ${${_COMP}_LIBRARY}")
@@ -20,7 +20,7 @@ dynamic = ["version"]
20
20
  keywords = ["pyrap", "casacore", "utilities", "astronomy"]
21
21
  license = {file = "LICENSE"}
22
22
  readme = {file = "README.rst", content-type = "text/x-rst"}
23
- requires-python = ">=3.8"
23
+ requires-python = ">=3.10"
24
24
  authors = [
25
25
  {name = "Malte Marquarding", email = "Malte.Marquarding@gmail.com"},
26
26
  {name = "Ger van Diepen", email = "gervandiepen@gmail.com"},
@@ -51,10 +51,11 @@ Homepage = "https://github.com/casacore/python-casacore"
51
51
  #########################
52
52
 
53
53
  [tool.cibuildwheel]
54
- build = "cp3{8,9,10,11,12,13}-*_x86_64"
54
+ build = "cp3{10,11,12,13,14}-*_x86_64"
55
55
  build-verbosity = 1
56
56
  environment = """ \
57
57
  CXXFLAGS="-I/usr/include/cfitsio" \
58
+ LD_LIBRARY_PATH=/opt/boost/lib \
58
59
  """
59
60
  test-command = "cd {package}/tests && pytest"
60
61
  test-requires = "pytest"
@@ -68,29 +69,25 @@ repair-wheel-command = """\
68
69
  [tool.cibuildwheel.linux]
69
70
  skip = ["*-musllinux_*"]
70
71
 
71
- [[tool.cibuildwheel.overrides]]
72
- select="cp38-*"
73
- manylinux-x86_64-image = "quay.io/casacore/casacore:py38_v3.7.1"
74
-
75
- [[tool.cibuildwheel.overrides]]
76
- select="cp39-*"
77
- manylinux-x86_64-image = "quay.io/casacore/casacore:py39_v3.7.1"
78
-
79
72
  [[tool.cibuildwheel.overrides]]
80
73
  select="cp310-*"
81
- manylinux-x86_64-image = "quay.io/casacore/casacore:py310_v3.7.1"
74
+ manylinux-x86_64-image = "quay.io/casacore/casacore:py310_v3.8.1"
82
75
 
83
76
  [[tool.cibuildwheel.overrides]]
84
77
  select="cp311-*"
85
- manylinux-x86_64-image = "quay.io/casacore/casacore:py311_v3.7.1"
78
+ manylinux-x86_64-image = "quay.io/casacore/casacore:py311_v3.8.1"
86
79
 
87
80
  [[tool.cibuildwheel.overrides]]
88
81
  select="cp312-*"
89
- manylinux-x86_64-image = "quay.io/casacore/casacore:py312_v3.7.1"
82
+ manylinux-x86_64-image = "quay.io/casacore/casacore:py312_v3.8.1"
90
83
 
91
84
  [[tool.cibuildwheel.overrides]]
92
85
  select="cp313-*"
93
- manylinux-x86_64-image = "quay.io/casacore/casacore:py313_v3.7.1"
86
+ manylinux-x86_64-image = "quay.io/casacore/casacore:py313_v3.8.1"
87
+
88
+ [[tool.cibuildwheel.overrides]]
89
+ select="cp314-*"
90
+ manylinux-x86_64-image = "quay.io/casacore/casacore:py314_v3.8.1"
94
91
 
95
92
 
96
93
  #########################
@@ -1,21 +0,0 @@
1
- # file generated by setuptools-scm
2
- # don't change, don't track in version control
3
-
4
- __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
5
-
6
- TYPE_CHECKING = False
7
- if TYPE_CHECKING:
8
- from typing import Tuple
9
- from typing import Union
10
-
11
- VERSION_TUPLE = Tuple[Union[int, str], ...]
12
- else:
13
- VERSION_TUPLE = object
14
-
15
- version: str
16
- __version__: str
17
- __version_tuple__: VERSION_TUPLE
18
- version_tuple: VERSION_TUPLE
19
-
20
- __version__ = version = '3.7.1'
21
- __version_tuple__ = version_tuple = (3, 7, 1)
File without changes