Skip to content

Commit 06e9918

Browse files
committed
Update comment
Remove the reference to 3.9 which is no longer supported.
1 parent c2cd0fe commit 06e9918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextstrain/cli/resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# backwards compatible with importers only providing the original path() /
77
# ResourceReader API. The PyPI backport, on the other hand, contains the full
88
# 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.
9+
# we use that even on 3.10.
1010
#
1111
# We're using the new API at all because the original one is being deprecated
1212
# and we want to avoid warnings both from the stdlib implementation on 3.11 and

0 commit comments

Comments
 (0)