File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Preamble ####################################################################
22#
33cmake_minimum_required (VERSION 3.20.0)
4- project (pyAMReX VERSION 22.10 )
4+ project (pyAMReX VERSION 22.11 )
55
66include (${pyAMReX_SOURCE_DIR} /cmake/pyAMReXFunctions.cmake)
77
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ option(pyAMReX_amrex_internal "Download & build AMReX" ON)
8282set (pyAMReX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
8383 CACHE STRING
8484 "Repository URI to pull and build AMReX from if(pyAMReX_amrex_internal)" )
85- set (pyAMReX_amrex_branch "development "
85+ set (pyAMReX_amrex_branch "22.11 "
8686 CACHE STRING
8787 "Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)" )
8888
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ def build_extension(self, ext):
220220setup (
221221 name = "amrex" ,
222222 # note PEP-440 syntax: x.y.zaN but x.y.z.devN
223- version = "22.10 " ,
223+ version = "22.11 " ,
224224 packages = ["amrex" ],
225225 # Python sources:
226226 package_dir = {"" : "src" },
@@ -271,6 +271,7 @@ def build_extension(self, ext):
271271 "Programming Language :: Python :: 3.8" ,
272272 "Programming Language :: Python :: 3.9" ,
273273 "Programming Language :: Python :: 3.10" ,
274+ "Programming Language :: Python :: 3.11" ,
274275 (
275276 "License :: OSI Approved :: BSD License"
276277 ), # TODO: use real SPDX: BSD-3-Clause-LBNL
You can’t perform that action at this time.
0 commit comments