We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cd0fe commit 06e9918Copy full SHA for 06e9918
1 file changed
nextstrain/cli/resources/__init__.py
@@ -6,7 +6,7 @@
6
# backwards compatible with importers only providing the original path() /
7
# ResourceReader API. The PyPI backport, on the other hand, contains the full
8
# adapter since 5.3.0, which we declare as our minimum version in setup.py, so
9
-# we use that even on 3.9 and 3.10.
+# we use that even on 3.10.
10
#
11
# We're using the new API at all because the original one is being deprecated
12
# and we want to avoid warnings both from the stdlib implementation on 3.11 and
0 commit comments