Skip to content

Commit def4d05

Browse files
authored
Merge pull request #109 from diffpy/gui311
updating setup and conda-recipe with 3.11 support
2 parents 0efffb0 + 579d903 commit def4d05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
python:
2+
- 3.11
23
- 3.10
34
- 3.9
45
- 3.8

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Use this version when git data are not available, like in git zip archive.
1717
# Update when tagging a new release.
18-
FALLBACK_VERSION = '2.0.3'
18+
FALLBACK_VERSION = '2.0.4'
1919

2020
# determine if we run with Python 3.
2121
PY3 = (sys.version_info[0] == 3)
@@ -146,6 +146,7 @@ def dirglob(d, *patterns):
146146
'Programming Language :: Python :: 3.8',
147147
'Programming Language :: Python :: 3.9',
148148
'Programming Language :: Python :: 3.10',
149+
'Programming Language :: Python :: 3.10',
149150
'Topic :: Scientific/Engineering :: Chemistry',
150151
'Topic :: Scientific/Engineering :: Physics',
151152
],

0 commit comments

Comments
 (0)